Skip to content
Snippets Groups Projects
Commit 09bb6dd7 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Relax upper bound of `process` & `time`

This allows us to use the versions of those two packages as bundled w/
GHC 8.2.1.
parent 27f8d3c1
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ library ...@@ -314,7 +314,7 @@ library
random >= 1 && < 1.2, random >= 1 && < 1.2,
stm >= 2.0 && < 3, stm >= 2.0 && < 3,
tar >= 0.5.0.3 && < 0.6, tar >= 0.5.0.3 && < 0.6,
time >= 1.4 && < 1.8, time >= 1.4 && < 1.9,
zlib >= 0.5.3 && < 0.7, zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.5.2.2 && < 0.6 hackage-security >= 0.5.2.2 && < 0.6
...@@ -422,7 +422,7 @@ executable cabal ...@@ -422,7 +422,7 @@ executable cabal
process >= 1.0.1.1 && < 1.1.0.2 process >= 1.0.1.1 && < 1.1.0.2
else else
build-depends: directory >= 1.2 && < 1.4, build-depends: directory >= 1.2 && < 1.4,
process >= 1.1.0.2 && < 1.5 process >= 1.1.0.2 && < 1.7
-- NOTE: you MUST include the network dependency even when network-uri -- NOTE: you MUST include the network dependency even when network-uri
-- is pulled in, otherwise the constraint solver doesn't have enough -- is pulled in, otherwise the constraint solver doesn't have enough
......
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