-
Notifications
You must be signed in to change notification settings - Fork 0
/
leu.cabal
28 lines (27 loc) · 913 Bytes
/
leu.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
Name: leu
Version: 0.8
Description: TODO
License: AllRightsReserved
Author: Maik Brendler
Maintainer: TODO
Build-Type: Simple
Cabal-Version: >=2.0
tested-with: GHC==8.2
Executable leu
Main-is: leu.hs
Build-Depends: base >= 3 && < 5,
HaXml == 1.25.12,
http-conduit == 2.3.8,
bytestring == 0.11.3.1,
ansi-terminal == 0.11.4,
utf8-string == 1.0.2,
parseargs == 0.2.0.9,
terminal-size == 0.3.3
ghc-options: -Wall -O2
other-modules: CmdArgs,
Leu.HttpRequest,
Leu.LineWrapper,
Leu.Parse,
Leu.Pretty,
Leu.Types,
Leu.Utils