Skip to content

Commit 2039075

Browse files
committed
base bounds
1 parent fd41da6 commit 2039075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-bitcode.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library
3434
Data.BitCode.Writer.Monad
3535
Data.BitCode.Writer.ToBits
3636
build-depends:
37-
base
37+
base >= 4.10 && <5
3838
, pretty
3939
, bytestring
4040
, binary
@@ -48,7 +48,7 @@ test-suite spec
4848
other-modules: BitcodeSpec
4949
ghc-options: -Wall -threaded
5050
type: exitcode-stdio-1.0
51-
build-depends: base
51+
build-depends: base >= 4.10 && <5
5252
, tasty
5353
, tasty-discover
5454
, tasty-hspec

0 commit comments

Comments
 (0)