Skip to content

Commit

Permalink
Add upper bound to base
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Dec 28, 2024
1 parent c5db31b commit 2edb5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shake.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
base >= 4.9,
base >= 4.9 && < 5,
binary,
bytestring,
deepseq >= 1.1,
Expand Down

0 comments on commit 2edb5b1

Please sign in to comment.