-
Notifications
You must be signed in to change notification settings - Fork 0
/
try-agda.cabal
45 lines (42 loc) · 1.48 KB
/
try-agda.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
40
41
42
43
44
45
name: try-agda
version: 0.1.0.0
-- synopsis:
-- description:
homepage: http://github.com/qwe2/try-agda
license: Apache-2.0
license-file: LICENSE
author: István Gansperger
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.2
executable try-agda
hs-source-dirs: src
main-is: Main.hs
build-depends:
aeson >= 0.8.0.2,
bytestring >= 0.9.1 && < 0.11,
heist >= 0.14 && < 0.15,
MonadCatchIO-transformers >= 0.2.1 && < 0.4,
mtl >= 2 && < 3,
snap >= 0.13 && < 0.14,
snap-core >= 0.9 && < 0.10,
snap-server >= 0.9 && < 0.10,
snap-loader-static >= 0.9 && < 0.10,
text >= 0.11 && < 1.3,
time >= 1.1 && < 1.5,
xmlhtml >= 0.1 && < 0.3,
Agda >= 2.4.2.3,
base >= 4.4 && <5,
lens >= 3.7.6 && <4.7,
transformers >= 0.4.0.0,
json-schema >= 0.7.3.3,
pretty,
filepath,
directory,
uuid,
random
ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
-fno-warn-orphans -fno-warn-unused-do-bind