-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathneil.cabal
76 lines (71 loc) · 2.04 KB
/
neil.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
cabal-version: >= 1.18
build-type: Simple
name: neil
version: 0.10
license: BSD3
license-file: LICENSE
category: Development
author: Neil Mitchell <[email protected]>
maintainer: Neil Mitchell <[email protected]>
copyright: Neil Mitchell 2010-2017
synopsis: General tools for Neil
description:
General tools for Neil. Typically, I don't bother releasing these tools, and just leave
them in the Git repo.
homepage: http://ndmitchell.com/
bug-reports: https://github.com/ndmitchell/neil/issues
tested-with: GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
extra-doc-files:
CHANGES.txt
README.md
source-repository head
type: git
location: https://github.com/ndmitchell/neil.git
flag small
default: True
manual: True
description: Minimise dependencies
executable neil
default-language: Haskell2010
hs-source-dirs: src
build-depends: base == 4.*, filepath, directory, process, extra >= 0.5,
containers, cmdargs
if flag(small)
cpp-options: -DSMALL
else
build-depends: GoogleChart, old-time, json
main-is: Main.hs
other-modules:
Paper.LatexError
Paper.Haskell.Latex.Parser
Paper.Haskell.Haskell.Provides
Paper.Haskell.Haskell.Tweak
Paper.Haskell.Fragment
Paper.Haskell.Check
Paper.Util.String
Paper.Util.CmdNumber
Paper.Haskell2.Haskell
Paper.Haskell2.Type
Paper.Haskell2.Stage3
Paper.Haskell2.Stage2
Paper.Util.IO
Paper.Util.Error
Paper.Haskell2.Stage1
Paper.Todo
Paper.Ref
Paper.Ftp
Paper.Sync
Paper.Push
Paper.Haskell2.All
Paper.WordCount
Paper.Talk
Paper.Make
Paper.Graph
Paper.Util.FileData
Paper.Haskell
Paper.Main
Arguments
Binary
Cabal
Git
Travis