Skip to content

Commit

Permalink
Internal libraries have to have upper bounds for base now
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Dec 10, 2024
1 parent 53850b6 commit 5651968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic-counter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ library test-utils
build-depends:
, QuickCheck
, async >= 2
, base >= 4.12
, base >= 4.12 && < 5

test-suite test
import: ghc-options
Expand Down

0 comments on commit 5651968

Please sign in to comment.