Skip to content

Commit

Permalink
update cabal file with changelog and upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Nov 23, 2023
1 parent 8e33627 commit 2ea1b83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions HasCacBDD.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 2ea1b83

Please sign in to comment.