Skip to content

Commit

Permalink
tweak bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Mar 19, 2024
1 parent dca4e0b commit 7d61cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ source-repository head

library
build-depends:
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,
bytestring ^>= 0.10 || ^>= 0.11,
containers ^>= 0.6,
filepath ^>= 1.4.100,
parallel ^>= 3.2,
template-haskell ^>= 2.18 || ^>= 2.19,
text ^>= 1.2 || ^>= 2.0,
template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20 || ^>= 2.21,
text ^>= 2.0,
unix ^>= 2.8,
default-extensions:
BlockArguments
Expand Down

0 comments on commit 7d61cf3

Please sign in to comment.