-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhokeylog.cabal
35 lines (33 loc) · 1.12 KB
/
hokeylog.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
name: hokeylog
version: 0.1
synopsis: datalog by composition of other libraries
license: BSD3
author: Alec Heller
maintainer: alec@deviant-logic.net
category: Language
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/deviant-logic/hokeylog.git
executable hokeylog
main-is: Main.hs
hs-source-dirs: src
build-depends: base ==4.6.*,
mtl ==2.1.*,
unordered-containers ==0.2.*,
parsers ==0.8.*,
trifecta ==1.0.*,
unification-fd ==0.8.*,
transformers ==0.3.*,
hashable ==1.2.*,
containers ==0.5.*,
logict ==0.6.*,
bytestring,
intern,
vector,
list-tries,
haskeline,
regex-base,
regex-pcre-builtin
ghc-options: -rtsopts