mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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
|
||||
build-depends: base >= 4.9 && < 5,
|
||||
bytestring >= 0.10 && < 0.11,
|
||||
bytestring >= 0.10 && < 0.12,
|
||||
containers >= 0.5 && < 0.7,
|
||||
directory,
|
||||
filepath,
|
||||
time >= 1.8 && < 1.12,
|
||||
time >= 1.8 && < 1.13,
|
||||
process,
|
||||
random,
|
||||
mtl >= 1 && < 3,
|
||||
@ -439,7 +439,7 @@ test-suite tests
|
||||
, X11 >= 1.10 && < 1.11
|
||||
, containers
|
||||
, directory
|
||||
, time >= 1.8 && < 1.12
|
||||
, time >= 1.8 && < 1.13
|
||||
, hspec >= 2.4.0 && < 3
|
||||
, mtl
|
||||
, random
|
||||
|
Loading…
x
Reference in New Issue
Block a user