Difference between revisions of "Mac OS X Strike Force"

From HaskellWiki
Jump to navigation Jump to search
Line 5: Line 5:
 
=== Take care of the Haskell Platform installer ===
 
=== Take care of the Haskell Platform installer ===
   
The [http://github.com/gregorycollins/haskell-platform-osx-installer Haskell Platform OSX installer] is looking for a new maintainer (concat Greg: "greg at gregorycollins net").
+
The [http://github.com/gregorycollins/haskell-platform-osx-installer Haskell Platform OSX installer] is looking for a new maintainer (contact Greg: "greg at gregorycollins net").
   
 
* who is willing to take over?
 
* who is willing to take over?

Revision as of 06:20, 8 September 2010

The following is a wiki page to centralize discussion of how to improve Haskell on Mac OS X. The name "strike force" comes from dons' post on reddit and the comments therein.

Goals

Take care of the Haskell Platform installer

The Haskell Platform OSX installer is looking for a new maintainer (contact Greg: "greg at gregorycollins net").

  • who is willing to take over?
    • collaborate effort or single effort?
  • where to host?
  • what are the most presing things on the todo list?

Make GUI-bindings easy to install

Neither wxHaskell nor Gtk2hs with native Gtk seems to be easy to install. What's the state of HQK and qtHaskell?

  • We should provide at least one easy way to install one set of GUI bindings

Make GHC 64 bit

Mac OS X GHC Trac tickets:

  • [2965] is the main ticket, with lots of CC: people
  • [4163] gives some cross-compiling hope

Reduce the number of GHC tickets

Information

Wiki

Installing Haskell

How Haskell is on OS X today

The simplest methods are currently:

  • Binary GHC framework (/Library/Framework)
  • Binary Haskell platform framework (/Library/Framework)
  • MacPorts (/opt/local)
  • Fink (/sw)
  • Homebrew (symlinked into /usr/local ?)

Manually compiled

ChrisKuklewicz 11:53, 6 September 2010 (UTC) I use MacPorts for the infrastructure and compile ghc against /opt/local but with --prefix=/opt/ghc-6.12.3 to keep it separate.

Dynamic Linking

working in GHC HEAD, not in any released version.


Difficult libraries on OS X

Libraries needed for ghc

  • iconv (older version in /usr is incompatible with new version from MacPorts)
  • readline (faked in /usr, provided by framework or MacPorts)
  • gmp (framework or MacPorts)

Libraries needed for other packages? gtk?

OS X code integration

Write Haskell in XCode?

Write ObjectiveC against GHC.Framework?

FFI for Objective C from Haskell?

Improvements?

A cabal2pkg that maintains proper dependency tracking?

Discussion forum for all this?