-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtag.cabal
37 lines (35 loc) · 1016 Bytes
/
tag.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
cabal-version: >=1.10
name: tag
version: 0.1.0.0
license-file: LICENSE
maintainer: [email protected]
author: Piotr Bogdan
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: Tag
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall
build-depends:
base >=4.13,
aeson -any,
directory -any,
ede -any,
htaglib -any,
lens -any,
optparse-applicative -any,
protolude >= 0.3.0,
unordered-containers -any,
text -any
executable tag
main-is: Main.hs
hs-source-dirs: app
default-language: Haskell2010
default-extensions: OverloadedStrings NoImplicitPrelude ScopedTypeVariables
ghc-options: -Wall
build-depends:
base >=4.13,
protolude >= 0.3.0,
tag -any