cabal-macosx

Cabal support for creating Mac OSX application bundles.

http://github.com/danfran/cabal-macosx

Latest on Hackage:0.2.4.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GUI applications on Mac OSX must be run as application bundles; these wrap an executable in a particular directory structure which can also carry resources such as icons, program metadata, other binaries, and copies of shared libraries. This package provides Cabal support for creating such application bundles. For more information about OSX application bundles, look for the Bundle Programming Guide on the Apple Developer Connection website, http://developer.apple.com/.