-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathneil.cabal
More file actions
79 lines (73 loc) · 2.19 KB
/
neil.cabal
File metadata and controls
79 lines (73 loc) · 2.19 KB
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
77
78
79
cabal-version: 1.18
build-type: Simple
name: neil
version: 0.12
license: BSD3
license-file: LICENSE
category: Development
author: Neil Mitchell <ndmitchell@gmail.com>
maintainer: Neil Mitchell <ndmitchell@gmail.com>
copyright: Neil Mitchell 2010-2025
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==9.12, GHC==9.10, GHC==9.8, GHC==9.6, GHC==9.4, GHC==9.2, GHC==9.0, GHC==8.10, GHC==8.8
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: vector, aeson, text, bytestring, unordered-containers, tagsoup, deepseq, time >= 1.5
other-modules:
CI
Releases
if impl(ghc >= 9.8)
ghc-options: -Wno-x-partial
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.Error
Paper.Haskell2.Stage1
Paper.Todo
Paper.Ref
Paper.Ftp
Paper.Sync
Paper.Push
Paper.Haskell2.All
Paper.WordCount
Paper.Talk
Paper.Make
Paper.Util.FileData
Paper.Haskell
Paper.Main
Arguments
Binary
Cabal
Git