-
Notifications
You must be signed in to change notification settings - Fork 0
/
dice.cabal
33 lines (32 loc) · 1.31 KB
/
dice.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
name: dice
version: 0.1.0.0
-- synopsis:
-- description:
license: GPL-3
license-file: LICENSE
author: John Olsson <[email protected]>
maintainer: John Olsson <[email protected]>
-- copyright:
category: Service
build-type: Simple
cabal-version: >=1.8
executable dice
main-is: Main.hs
hs-source-dirs: src
build-depends: base == 4.7.*,
parsec == 3.1.*,
random == 1.*,
scotty == 0.7.*,
text == 0.11.*,
mtl == 2.1.*,
blaze-html == 0.6.*,
numerals == 0.4.*,
--numerals-base == 0.4.*,
http-media == 0.1.*,
bytestring == 0.10.*,
http-types == 0.8.*,
aeson == 0.6.*,
wai-extra == 2.1.*,
wai-middleware-static == 0.5.*,
optparse-applicative == 0.8.*,
data-default == 0.5.*