Skip to content

Commit

Permalink
Bump lower bound on base to 4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraf812 committed Sep 13, 2024
1 parent f936185 commit 48d3480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ executable happy
hs-source-dirs: src
main-is: Main.lhs

build-depends: base < 5,
build-depends: base >= 4.9 && < 5,
array,
containers >= 0.4.2,
mtl >= 2.2.1,
Expand All @@ -163,5 +163,5 @@ test-suite tests
build-tools: happy
ghc-options: -threaded

build-depends: base < 5, process < 1.7
build-depends: base >= 4.9 && < 5, process < 1.7
default-language: Haskell98

0 comments on commit 48d3480

Please sign in to comment.