-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHorus.cabal
39 lines (38 loc) · 1.34 KB
/
Horus.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
name: Horus
version: 0.1.0.0
homepage: http://github.com/nikklassen/Horus
author: Nik Klassen
build-type: Simple
cabal-version: >=1.22
executable Horus
default-language: Haskell2010
main-is: api/Server.hs
other-extensions: DeriveDataTypeable,
DeriveGeneric,
DoAndIfThenElse,
OverloadedStrings,
PatternSynonyms,
QuasiQuotes,
RecordWildCards,
ScopedTypeVariables,
TemplateHaskell,
TypeFamilies
build-depends: HUnit,
acid-state ==0.14.*,
aeson,
base,
bytestring,
containers,
happstack-server,
mtl ==2.2.1,
numbers,
parsec,
safecopy >=0.6,
syb,
system-uuid,
template-haskell,
test-framework,
test-framework-hunit,
testpack ==2.1.3.*,
text,
transformers