Skip to content

Commit 3c885f6

Browse files
committed
Add bounds for Hackage upload
1 parent 94f1603 commit 3c885f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text-display.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ executable book
8686
buildable: False
8787

8888
build-depends:
89-
, base
89+
, base >=4.12 && <5.0
9090
, directory
9191
, literatex
9292
, shake
@@ -99,7 +99,7 @@ test-suite text-display-test
9999
main-is: Main.hs
100100
hs-source-dirs: test
101101
build-depends:
102-
, base
102+
, base >=4.12 && <5.0
103103
, quickcheck-text
104104
, tasty
105105
, tasty-hunit

0 commit comments

Comments
 (0)