forked from freuk/iter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiter.cabal
38 lines (37 loc) · 788 Bytes
/
iter.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
cabal-version: 3.0
name: iter
version: 0.1.0.0
homepage: https://github.com/freuk/iter
license: MIT
license-file: LICENSE
author: Valentin Reis
maintainer: [email protected]
category: Development
build-type: Simple
extra-doc-files: CHANGELOG.md
executable iter
ghc-options: -Wall
main-is: Main.hs
other-modules: Legacy, Common
hs-source-dirs: app
default-language: Haskell2010
build-depends:
Diff,
aeson,
base,
bytestring,
casing,
containers,
filepath,
haskeline,
http-conduit,
mtl,
optparse-applicative,
pretty-simple,
process,
protolude,
split,
temporary,
text,
time,
yaml