From 2ea1b8300d060ee7f139b698f372dc7ab767946a Mon Sep 17 00:00:00 2001 From: Malvin Gattinger Date: Thu, 23 Nov 2023 09:50:09 +0100 Subject: [PATCH] update cabal file with changelog and upper bounds --- HasCacBDD.cabal | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/HasCacBDD.cabal b/HasCacBDD.cabal index 3058bff..29530d9 100644 --- a/HasCacBDD.cabal +++ b/HasCacBDD.cabal @@ -25,6 +25,9 @@ extra-source-files: cpp/OriginalMakefile cpp/README +extra-doc-files: + CHANGELOG.md + source-repository head type: git location: git://github.com/m4lvin/HasCacBDD.git @@ -38,8 +41,8 @@ library exposed-modules: Data.HasCacBDD, Data.HasCacBDD.Visuals build-depends: base >=4.8 && < 5, - process >= 1.1, - QuickCheck + process >= 1.1 && < 1.7, + QuickCheck >= 2.4 && < 2.15 default-language: Haskell2010 hs-source-dirs: hs extra-libraries: stdc++, CacBDD @@ -53,6 +56,6 @@ test-suite tests hs-source-dirs: tests build-depends: base >=4.8, HasCacBDD, - hspec, + hspec < 2.12, QuickCheck > 2.4 ghc-options: -Wall -threaded