-
Notifications
You must be signed in to change notification settings - Fork 4
/
emna.cabal
31 lines (30 loc) · 938 Bytes
/
emna.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
name: emna
version: 0.1
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Dan Rosén
maintainer: [email protected]
category: Logic
build-type: Simple
cabal-version: >=1.10
executable emna
main-is: Main.hs
ghc-options: -dynamic -threaded
-- other-modules:
build-depends: base,
tip-haskell-frontend >=0.2,
tip-spec,
tip-lib >=0.2,
geniplate-mirror >=0.7,
stm-promise,
pretty,
cmdargs >=0.10,
process,
containers,
testing-feat,
QuickCheck,
mtl >=2.2 && <2.3
-- hs-source-dirs:
default-language: Haskell2010