Skip to content

Commit 2ea1b83

Browse files
committed
update cabal file with changelog and upper bounds
1 parent 8e33627 commit 2ea1b83

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: HasCacBDD.cabal

+6-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ extra-source-files:
2525
cpp/OriginalMakefile
2626
cpp/README
2727

28+
extra-doc-files:
29+
CHANGELOG.md
30+
2831
source-repository head
2932
type: git
3033
location: git://github.com/m4lvin/HasCacBDD.git
@@ -38,8 +41,8 @@ library
3841
exposed-modules: Data.HasCacBDD,
3942
Data.HasCacBDD.Visuals
4043
build-depends: base >=4.8 && < 5,
41-
process >= 1.1,
42-
QuickCheck
44+
process >= 1.1 && < 1.7,
45+
QuickCheck >= 2.4 && < 2.15
4346
default-language: Haskell2010
4447
hs-source-dirs: hs
4548
extra-libraries: stdc++, CacBDD
@@ -53,6 +56,6 @@ test-suite tests
5356
hs-source-dirs: tests
5457
build-depends: base >=4.8,
5558
HasCacBDD,
56-
hspec,
59+
hspec < 2.12,
5760
QuickCheck > 2.4
5861
ghc-options: -Wall -threaded

0 commit comments

Comments
 (0)