We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e33627 commit 2ea1b83Copy full SHA for 2ea1b83
HasCacBDD.cabal
@@ -25,6 +25,9 @@ extra-source-files:
25
cpp/OriginalMakefile
26
cpp/README
27
28
+extra-doc-files:
29
+ CHANGELOG.md
30
+
31
source-repository head
32
type: git
33
location: git://github.com/m4lvin/HasCacBDD.git
@@ -38,8 +41,8 @@ library
38
41
exposed-modules: Data.HasCacBDD,
39
42
Data.HasCacBDD.Visuals
40
43
build-depends: base >=4.8 && < 5,
- process >= 1.1,
- QuickCheck
44
+ process >= 1.1 && < 1.7,
45
+ QuickCheck >= 2.4 && < 2.15
46
default-language: Haskell2010
47
hs-source-dirs: hs
48
extra-libraries: stdc++, CacBDD
@@ -53,6 +56,6 @@ test-suite tests
53
56
hs-source-dirs: tests
54
57
build-depends: base >=4.8,
55
58
HasCacBDD,
- hspec,
59
+ hspec < 2.12,
60
QuickCheck > 2.4
61
ghc-options: -Wall -threaded
0 commit comments