Hi all,

The "cabal2macpkg" tool
(http://github.com/gregorycollins/cabal2macpkg/tree/master) is far
enough along now that you can build .pkg files from .cabal libraries.

I'd appreciate some feedback; if any OSX users who are reading this
could please take some time to try out the tool, I'd appreciate it. It's
intended to be used as follows (using "kmeans" library as an example):

    $ tar xvzf 
~/.cabal/packages/hackage.haskell.org/kmeans/0.1.1/kmeans-0.1.1.tar.gz 

    $ cd kmeans-0.1.1

    $ sudo /path/to/cabal2macpkg          # needs to be run as root 
unfortunately

    $ ls -ld *pkg
    drwxr-xr-x  3 root  wheel  102  1 Apr 14:54 kmeans-0.1.1.pkg

    $ open kmeans-0.1.1.pkg

G.
-- 
Gregory Collins <g...@gregorycollins.net>

_______________________________________________
Haskell-platform mailing list
Haskell-platform@projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform

Reply via email to