Skip to content

Commit 719b3a1

Browse files
committed
Fixed cabal check error
Hackage expects all packages to have bounds attached to `base`.
1 parent e4a28e9 commit 719b3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickcheck-monoids/quickcheck-monoids.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ common warnings
2020
library
2121
import: warnings
2222
exposed-modules: Test.QuickCheck.Monoids
23-
build-depends: base,
23+
build-depends: base >=4.14 && <4.21,
2424
QuickCheck
2525
hs-source-dirs: src
2626
default-language: Haskell2010

0 commit comments

Comments
 (0)