-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmacosx-make-standalone.cabal
40 lines (37 loc) · 1.24 KB
/
macosx-make-standalone.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
Name: macosx-make-standalone
Version: 0.1.0.1
Synopsis: Make a macosx app standalone deployable
Description: Make a macosx app standalone by bundling all non-standard dylibs into it.
License: BSD3
license-file: LICENSE
Author: Atze Dijkstra
Maintainer: [email protected]
Homepage: https://github.com/atzedijkstra/macosx-make-standalone
Bug-Reports: https://github.com/atzedijkstra/macosx-make-standalone/issues
Copyright: 2012 Utrecht University
Category: Development
Build-type: Simple
Cabal-version: >=1.6
source-repository head
type: git
location: git://github.com/atzedijkstra/macosx-make-standalone.git
Executable macosx-make-standalone
HS-Source-Dirs: src
Main-is: MakeStandalone.hs
GHC-Options:
Extensions: ScopedTypeVariables, TemplateHaskell, DeriveDataTypeable
Build-depends:
base >= 4 && < 5,
data-lens >= 2.10,
data-lens-template >= 2.1.7,
mtl >= 2,
containers >= 0.4,
transformers >= 0.3,
directory >= 1.2,
filepath >= 1.3,
process >= 1.1,
unix >= 2.6,
deepseq >= 1.3,
graph-visit >= 0.1.0.1
Other-modules:
Opts, State, LibDepGraph, Plan, Cmds