-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.yaml
62 lines (56 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
name: moat
version: 0.1
synopsis: Generate swift and kotlin types from haskell types
description: See README at <https://github.com/chessai/moat>
maintainer: chessai <[email protected]>
github: chessai/moat
category: Codegen, Text, TemplateHaskell
extra-source-files:
- CHANGELOG.md
- README.md
ghc-options: -Wall
default-extensions:
- LambdaCase
- RecordWildCards
dependencies:
- base >= 4.11 && < 4.19
- bytestring >= 0.10 && < 0.12
- case-insensitive >= 1.2 && < 1.3
- cmark-gfm >= 0.2.5 && < 0.3.0
- containers >= 0.5.9 && < 0.7
- haddock-library >= 1.10 && < 1.12
- mtl >= 2.2 && < 2.4
- primitive >= 0.6.4 && < 0.9
- template-haskell >= 2.11 && < 2.21
- text >= 1.2 && < 2.1
- th-abstraction >= 0.3 && < 0.7
- th-compat >= 0.1.0 && < 0.2
- time >= 1.8 && < 1.13
- unordered-containers >= 0.2 && < 0.3
- uuid-types >= 1.0 && < 1.1
- vector >= 0.12 && < 0.14
build-tools:
- hspec-discover
library:
source-dirs: src
exposed-modules:
- Moat
tests:
spec:
main: Spec.hs
source-dirs:
- test
- src
dependencies:
- hspec
- hspec-golden
- hspec-discover
default-extensions:
- AllowAmbiguousTypes
- DataKinds
- ScopedTypeVariables
- TemplateHaskell
- TypeApplications
ghc-options:
-Wno-unused-top-binds
-haddock