-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.yaml
70 lines (64 loc) · 1.22 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
67
68
69
name: flatbuffers
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/dcastro/haskell-flatbuffers#readme
license: BSD3
author: Diogo Castro
maintainer: dc@diogocastro.com
copyright: 2017 Diogo Castro
category: Web
extra-source-files:
- README.md
ghc-options:
- -fdefer-typed-holes
# - -Wall
- -Wincomplete-patterns
- -Wincomplete-record-updates
- -Wtabs
- -Wno-unticked-promoted-constructors
dependencies:
- base >= 4.7 && < 5
- bytestring
- utf8-string
- text
- mtl
- transformers
- containers
- lens
- megaparsec
- parser-combinators
- binary
- hw-int
- scientific
- template-haskell
- filepath
- directory
- text-manipulate
library:
source-dirs: src
internal-libraries:
examples:
source-dirs: examples/
dependencies:
- flatbuffers
tests:
test:
main: Spec.hs
source-dirs: test/
dependencies:
- flatbuffers
- examples
- hspec
- HUnit
- hspec-megaparsec
- hedgehog
- hw-hspec-hedgehog
- http-client
- http-types
- aeson
- aeson-pretty
- raw-strings-qq
- process
- pretty-simple
- th-pprint