-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhi5.cabal
27 lines (25 loc) · 812 Bytes
/
hi5.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
-- Initial hi5.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: hi5
version: 1.0.0.0
license-file: LICENSE
author: Hao Lian
maintainer: [email protected]
build-type: Simple
cabal-version: >=1.10
executable hi5
main-is: Main.hs
ghc-options: -Wall
build-depends: lens
, text-format
, base
, warp
, containers
, bytestring
, utf8-string
, mtl
, text
, aeson
, base-prelude
, linklater
default-language: Haskell2010