This repository has been archived by the owner on May 12, 2020. It is now read-only.
forked from danfran/cabal-macosx
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcabal-macosx.cabal
48 lines (41 loc) · 1.85 KB
/
cabal-macosx.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Name: cabal-macosx
Version: 0.2.2
Stability: Alpha
Synopsis: Cabal support for creating Mac OSX application bundles.
Description:
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/>.
Category: Distribution
License: BSD3
License-file: LICENSE
Copyright: Eric Kow & Andy Gimblett
Author: Eric Kow <[email protected]> & Andy Gimblett <[email protected]>
Maintainer: Andy Gimblett <[email protected]>
Homepage: http://github.com/gimbo/cabal-macosx
Build-Type: Simple
Cabal-Version: >=1.6
Source-Repository head
Type: git
Location: http://github.com/gimbo/cabal-macosx
Library
Build-Depends: base >= 4 && < 5, Cabal >= 1.6, directory
, fgl >= 5.4.2.2 && < 5.5
, filepath, MissingH, parsec, process
Exposed-modules: Distribution.MacOSX
Other-modules: Distribution.MacOSX.Common,
Distribution.MacOSX.AppBuildInfo,
Distribution.MacOSX.Dependencies,
Distribution.MacOSX.DG
ghc-options: -fwarn-tabs -Wall
Executable macosx-app
Main-is: macosx-app.hs
Build-Depends: base >= 4 && < 5, Cabal >= 1.6, directory
, fgl >= 5.4.2.2 && < 5.5
, filepath, MissingH, parsec, process