-
Notifications
You must be signed in to change notification settings - Fork 0
/
creis.cabal
26 lines (23 loc) · 858 Bytes
/
creis.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
-- Initial creis.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
-- The name of the package.
name: creis
version: 0.1.1.0
license: BSD2
license-file: LICENSE
build-type: Simple
cabal-version: >=1.10
tested-with: GHC >= 7.6.3 && <= 7.8.3
executable creis
main-is: src/Main.hs
build-depends: base >=4.6 && <5,
split == 0.2.*,
containers == 0.5.*,
text == 1.2.*,
haskeline == 0.7.*,
regex-posix == 0.95.*,
mtl == 2.2.*,
safe == 0.3.*,
regex-compat == 0.95.*
default-language: Haskell2010
ghc-options: -Wall -O2