cabal: Bump bytestring dependency

Related: https://mail.haskell.org/pipermail/xmonad/2023-September/015647.html
This commit is contained in:
Tony Zorman 2023-09-18 15:15:54 +02:00
parent ac9265e774
commit 32ff4db11c

View File

@ -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