-
Notifications
You must be signed in to change notification settings - Fork 0
/
anhyzer-api.cabal
38 lines (35 loc) · 1.14 KB
/
anhyzer-api.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
name: anhyzer-api
version: 0.1.0.0
synopsis: Anhyzer API
description: API for Anhyzer application.
homepage: https://github.com/keveri/anhyzer-api
license: MIT
license-file: LICENSE
author: Matias Keveri
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
executable anhyzer-api
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends:
aeson ==0.7.*,
base >=4.6 && <4.7,
bytestring ==0.10.*,
case-insensitive ==1.1.*,
configurator ==0.3.*,
http-types ==0.8.*,
monad-logger ==0.3.*,
persistent ==2.1.*,
persistent-sqlite ==2.1.*,
persistent-template ==2.1.*,
resourcet,
Spock >=0.7.9,
text >=0.11.3.1 && <1.3,
time ==1.4.*,
transformers ==0.3.*,
wai ==3.0.*,
wai-extra ==3.0.*
ghc-options: -threaded -Wall -fwarn-tabs -O2