Skip to content

Commit

Permalink
Relax containers, deepseq bounds
Browse files Browse the repository at this point in the history
This is required for GHC-9.8.1 compatibility. See: commercialhaskell/stackage#7217
  • Loading branch information
TeofilC committed Jan 2, 2024
1 parent 5068e90 commit f24c680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trie-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ library
other-modules: Data.Trie.Set.Hidden,
Data.Trie.Map.Hidden
build-depends: base >= 4.14 && < 4.20,
containers >= 0.5.7.1 && < 0.7,
deepseq >= 1.4.2.0 && < 1.5,
containers >= 0.5.7.1 && < 0.8,
deepseq >= 1.4.2.0 && < 1.6,
mtl >= 2.2.1 && < 2.4,
indexed-traversable >= 0.1.1 && <0.2,
witherable ^>= 0.4,
Expand Down

0 comments on commit f24c680

Please sign in to comment.