-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisclosure.cabal
28 lines (26 loc) · 1.22 KB
/
disclosure.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
name: disclosure
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/obscurans/disclosure
license: GPL-3
license-file: LICENSE
author: Jeffrey Tsang
maintainer: [email protected]
copyright: Copyright (C) 2016-2017 Jeffrey Tsang
-- category:
build-type: Simple
cabal-version: >= 1.10
library
exposed-modules: Disclosure.Base.Util, Disclosure.Base.Bid, Disclosure.Base.Range, Disclosure.Base.Range.Internal, Disclosure.Base.CompoundRange, Disclosure.Base.CompoundRange.Internal, Disclosure.Constraint.Shape, Disclosure.Constraint.Shape.Internal
-- other-modules:
build-depends: base >= 4.6 && < 5, tuples-homogenous-h98 == 0.1.*, xml == 1.3.*, tuple == 0.3.*
hs-source-dirs: src
ghc-options: -W
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Test.hs
build-depends: base >= 4 && < 5, tasty == 0.11.*, tasty-hunit == 0.9.*, tasty-quickcheck == 0.8.*, tasty-smallcheck == 0.8.*, smallcheck == 1.1.*, disclosure
default-language: Haskell2010