Skip to content

Commit f61b0c9

Browse files
authored
Bump deepseq bound to allow 1.5 (#955)
1 parent c8a24e8 commit f61b0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/containers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ source-repository head
3434

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

0 commit comments

Comments
 (0)