Bump upper bounds for bytestring, time

I've tested these manually by adding them to extra-deps. Hopefully
they'll soon be available in a release of GHC or Stackage, so I'm not
adding an extra stack.yaml to test this.
This commit is contained in:
Tomas Janousek 2021-10-24 11:54:51 +01:00
parent 5cc26aaa21
commit 8edc8ab789

View File

@ -50,11 +50,11 @@ flag pedantic
library library
build-depends: base >= 4.9 && < 5, build-depends: base >= 4.9 && < 5,
bytestring >= 0.10 && < 0.11, bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7, containers >= 0.5 && < 0.7,
directory, directory,
filepath, filepath,
time >= 1.8 && < 1.12, time >= 1.8 && < 1.13,
process, process,
random, random,
mtl >= 1 && < 3, mtl >= 1 && < 3,
@ -439,7 +439,7 @@ test-suite tests
, X11 >= 1.10 && < 1.11 , X11 >= 1.10 && < 1.11
, containers , containers
, directory , directory
, time >= 1.8 && < 1.12 , time >= 1.8 && < 1.13
, hspec >= 2.4.0 && < 3 , hspec >= 2.4.0 && < 3
, mtl , mtl
, random , random