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