-
Notifications
You must be signed in to change notification settings - Fork 0
/
mrShoe.cabal
27 lines (26 loc) · 946 Bytes
/
mrShoe.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
name: mrShoe
version: 0.1.0.0
license: GPL-3
license-file: LICENSE
author: Andreas Ekeroot
maintainer: andeke@gmail.com
category: Network
build-type: Simple
cabal-version: >=1.10
executable mrShoe
main-is: Main.hs
other-modules: Intelligence, ParseLog
build-depends: base >= 4.8,
attoparsec >= 0.13.0.1,
bytestring >= 0.10.6,
containers >= 0.5.6.2,
MonadRandom >= 0.4.2.3,
network >= 2.6.2.1,
random >= 1.1,
text >= 1.2.1,
text-icu >= 0.7.0.1,
transformers >= 0.4.2.0,
vector >= 0.11.0.0,
yaml >= 0.8.15.1
hs-source-dirs: src
default-language: Haskell2010