-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
66 lines (60 loc) · 1.33 KB
/
package.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: standoff-tools
version: 0.2.2.0
synopsis: Tools for managing stand-off markup.
github: "lueck/standoff-tools"
license: GPL-3
author: Christian Lück
maintainer: [email protected]
copyright: Christian Lück, 2016, 2021
category: Text
build-type: Simple
extra-source-files: changelog.md
description: Please see the README on GitHub at <https://github.com/clueck/standoff-tools#readme>
dependencies:
- base >=4.9 && <5
- containers >= 0.5.8.1
- parsec
- text
- uuid-types
- aeson >= 1.1
- hxt
- cassava
- bytestring
- time
- yaml
- vector
- lens
- mtl
- binary
- HsYAML
library:
source-dirs: src
executables:
standoff:
main: standoff.hs
source-dirs: commandline
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- standoff-tools
- directory >= 1.2.0.1
- optparse-applicative >= 0.12.1.0
- transformers
- template-haskell
tests:
unit-tests:
main: TestMain.hs
source-dirs: testsuite
dependencies:
- standoff-tools
- HTF >=0.10.1
- template-haskell
# realworld-tests:
# main: RealWorldTests.hs
# source-dirs: testsuite
# dependencies:
# - standoff-tools
# - HTF >=0.10.1
# - template-haskell