forked from greydot/aeson-iproute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aeson-iproute.cabal
40 lines (33 loc) · 1.27 KB
/
aeson-iproute.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
39
40
-- Initial aeson-iproute.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: aeson-iproute
version: 0.1.2
synopsis: Aeson instances for iproute types
description: Aeson instances for iproute types.
license: BSD3
license-file: LICENSE
author: Lana Black
maintainer: [email protected]
homepage: https://github.com/greydot/aeson-iproute
category: Data
build-type: Simple
cabal-version: >=1.10
Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
library
exposed-modules: Data.Aeson.IP
build-depends: base >=4 && <5,
aeson >= 0.8,
iproute >= 1.5,
text >= 1.0
default-language: Haskell2010
ghc-options: -Wall -fno-warn-orphans
source-repository head
type: git
location: https://github.com/greydot/aeson-iproute.git
test-suite doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: doctests.hs
build-depends: base >= 4.6 && < 5,
doctest >= 0.9.3
default-language: Haskell2010