summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTony Zorman <soliditsallgood@mailbox.org>2022-12-29 10:35:58 +0100
committerJoey Hess <joeyh@joeyh.name>2022-12-31 14:22:19 -0400
commitad39324f1017fdafd421a5f0d4f14108a23ccfff (patch)
tree61407ada83ef535c388805e80f704c83ee185f56
parent0a4b88895994b3133b3db7a85ddbe683305e5c35 (diff)
downloaddebug-me-ad39324f1017fdafd421a5f0d4f14108a23ccfff.tar.gz
Bump bytestring dependency
This fixes the build for GHC 9.2, which ships with a higher version of the bytestring library.
-rw-r--r--debug-me.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug-me.cabal b/debug-me.cabal
index d5a44e9..2dd60a0 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -55,7 +55,7 @@ Executable debug-me
Build-Depends:
base (>= 4.9 && < 5.0)
, network (>= 2.6)
- , bytestring == 0.10.*
+ , bytestring < 0.12
, cryptonite (>= 0.20)
, unix (>= 2.7)
, process (>= 1.4)