Skip to content
Snippets Groups Projects
Commit 1228d3a4 authored by Ben Gamari's avatar Ben Gamari
Browse files

Bump deepseq bound to allow 1.5

parent c1865854
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ Library
CPP-Options: -DHAVE_LIBZSTD
Build-Depends: base >= 4.11 && < 4.19,
deepseq >= 1.4 && < 1.5,
deepseq >= 1.4 && < 1.6,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,
bytestring >= 0.9 && < 0.12,
......
......@@ -56,7 +56,7 @@ Executable ghc
if flag(internal-interpreter)
-- NB: this is never built by the bootstrapping GHC+libraries
Build-depends:
deepseq == 1.4.*,
deepseq >= 1.4 && < 1.6,
ghc-prim >= 0.5.0 && < 0.11,
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
......
Subproject commit e71f6f263aa4d7ce7a145eb5ac417f2f580f2288
Subproject commit 75e340ceb9beaea9dfc4347684519b0ca3d6a8f8
Subproject commit 9f4a93604c66a5e605ce46fc30003b71802b3cfd
Subproject commit f61b0c9104a3c436361f56a0974c5eeef40c1b89
Subproject commit 0bfe57809f8ecaf1921b82a6791d1ecc317d1998
Subproject commit eb1eff5236d2a38e10f49e12301daa52ad20915b
......@@ -76,7 +76,7 @@ Library
containers >= 0.5 && < 0.7,
directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,
deepseq >= 1.4 && < 1.5,
deepseq >= 1.4 && < 1.6,
ghc-boot-th == @ProjectVersionMunged@
if !os(windows)
build-depends:
......
......@@ -80,7 +80,7 @@ library
binary == 0.8.*,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
deepseq == 1.4.*,
deepseq >= 1.4 && < 1.6,
filepath == 1.4.*,
ghc-boot == @ProjectVersionMunged@,
ghc-heap == @ProjectVersionMunged@,
......
Subproject commit efd3826085953f618a1626b6c701c0314ba8b9bc
Subproject commit 50d520bf6002ab55032e233dced0556ad63ad0c0
Subproject commit 6092a13f6bf2ef76105683c7f9e278c0dcadceec
Subproject commit 4fb076dc1f8fe5ccc6dfab041bd5e621aa9e8e2c
Subproject commit e815d4d9bc362f4a3a36a850931fd3504eda967e
Subproject commit deaaef6216d3df524f8b998c54b317478094473c
Subproject commit b376045cb3f3d28815ca29d9c07df2e843cec1c3
Subproject commit eb800fe76409f54660335496592f777ae215ff92
......@@ -35,7 +35,7 @@ Executable iserv
binary >= 0.7 && < 0.11,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
deepseq >= 1.4 && < 1.5,
deepseq >= 1.4 && < 1.6,
ghci == @ProjectVersionMunged@
if os(windows)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment