Skip to content

Commit

Permalink
Bump deepseq bound to allow 1.5 (haskell#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jun 30, 2023
1 parent c8a24e8 commit f61b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/containers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ source-repository head

Library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5, array >= 0.4.0.0, deepseq >= 1.2 && < 1.5, template-haskell
build-depends: base >= 4.10 && < 5, array >= 0.4.0.0, deepseq >= 1.2 && < 1.6, template-haskell
hs-source-dirs: src
ghc-options: -O2 -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates

Expand Down

0 comments on commit f61b0c9

Please sign in to comment.