mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
5cc26aaa21
commit
8edc8ab789
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user