mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
cabal: Bump bytestring dependency
Related: https://mail.haskell.org/pipermail/xmonad/2023-September/015647.html
This commit is contained in:
parent
ac9265e774
commit
32ff4db11c
@ -55,7 +55,7 @@ flag pedantic
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.11 && < 5,
|
build-depends: base >= 4.11 && < 5,
|
||||||
bytestring >= 0.10 && < 0.12,
|
bytestring >= 0.10 && < 0.13,
|
||||||
containers >= 0.5 && < 0.7,
|
containers >= 0.5 && < 0.7,
|
||||||
directory,
|
directory,
|
||||||
filepath,
|
filepath,
|
||||||
@ -467,7 +467,7 @@ test-suite tests
|
|||||||
build-depends: base
|
build-depends: base
|
||||||
, QuickCheck >= 2
|
, QuickCheck >= 2
|
||||||
, X11 >= 1.10 && < 1.11
|
, X11 >= 1.10 && < 1.11
|
||||||
, bytestring >= 0.10 && < 0.12
|
, bytestring >= 0.10 && < 0.13
|
||||||
, containers
|
, containers
|
||||||
, directory
|
, directory
|
||||||
, time >= 1.8 && < 1.13
|
, time >= 1.8 && < 1.13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user