-
Notifications
You must be signed in to change notification settings - Fork 10
/
battlescribe-roster-parser.cabal
43 lines (38 loc) · 1.76 KB
/
battlescribe-roster-parser.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
38
39
40
41
name: battlescribe-roster-parser
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/battlescribe-roster-parser#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2018 Author name here
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
library battlescribe-roster-parser-lib
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >= 4.7 && < 5, hxt, safe, aeson, text,
containers, lens, directory, lens-aeson, bytestring,
unordered-containers, filepath, neat-interpolation,
cryptohash-md5, hexstring, servant-server, servant,
http-api-data, wai, warp, wai-logger, zip-archive,
servant-multipart, hedis, mtl, wai-cors, servant-auth,
servant-auth-server, hashable, uuid, either, wai-extra,
uri-encode, ilist, MonadRandom, vector
exposed-modules: Server, RosterProcessing, Types, TTSJson, XmlHelper, TTSUI, ModelScript
executable battlescribe-roster-parser
hs-source-dirs: src/main
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5, battlescribe-roster-parser-lib
test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs: test
default-language: Haskell2010
build-depends: base >= 4.7 && < 5, battlescribe-roster-parser-lib, hspec, zip-archive,
bytestring, aeson, syb, hxt, safe