Skip to content

Commit

Permalink
Add bounds for Hackage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 5, 2025
1 parent 94f1603 commit 3c885f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text-display.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ executable book
buildable: False

build-depends:
, base
, base >=4.12 && <5.0
, directory
, literatex
, shake
Expand All @@ -99,7 +99,7 @@ test-suite text-display-test
main-is: Main.hs
hs-source-dirs: test
build-depends:
, base
, base >=4.12 && <5.0
, quickcheck-text
, tasty
, tasty-hunit
Expand Down

0 comments on commit 3c885f6

Please # to comment.