-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzwirnzi.cabal
40 lines (38 loc) · 1.34 KB
/
zwirnzi.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
cabal-version: 3.0
name: zwirnzi
version: 0.1.0.0
license: GPL-3.0-or-later
license-file: LICENSE
author: Martin Gius
maintainer: gius_martin@yahoo.de
build-type: Simple
extra-doc-files: README.md
executable zwirnzi
main-is: Main.hs
other-modules: CI.Backend
CI.Setup
CI.Config
CI.Documentation
CI.Listener
build-depends: base >= 4.17 && < 4.20,
haskeline,
text >= 2.1.1 && < 2.2,
mtl >= 2.3.1 && < 2.4,
file-embed,
file-io,
containers >= 0.6.8 && < 0.7,
bytestring >= 0.12.1 && < 0.13,
tidal-link >= 1.0.4,
hosc >= 0.21.1 && < 0.22,
network >= 3.2.7 && < 3.3,
exceptions >= 0.10.9 && < 0.11,
filepath,
directory,
conferer,
conferer-yaml,
zwirn-core >= 0.1.1 && < 0.2,
zwirn >= 0.1 && < 0.2
hs-source-dirs: app
default-language: Haskell2010
ghc-options: -threaded
-Wall