From d5600cbc3d1a38c03e5bc7d19086c49f566d9d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Tue, 14 Jan 2025 09:05:38 +0100 Subject: [PATCH] Allow `bytestring-0.12.2.0` and `zigzag-0.1.0.0`. --- json-syntax.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-syntax.cabal b/json-syntax.cabal index 9eeeb9b..a10f1ed 100644 --- a/json-syntax.cabal +++ b/json-syntax.cabal @@ -48,7 +48,7 @@ library , bytebuild >=0.3.10 && <0.4 , byteslice >=0.2.9 && <0.3 , bytesmith >=0.3.8 && <0.4 - , bytestring >=0.10.8 && <0.12 + , bytestring >=0.10.8 && <0.13 , contiguous >=0.6 && <0.7 , natural-arithmetic >=0.1.2 && <0.3 , primitive >=0.7 && <0.10 @@ -58,7 +58,7 @@ library , text-short >=0.1.3 && <0.2 , transformers >=0.5.6 && <0.7 , word-compat >=0.0.6 && <0.1 - , zigzag >=0.0.1 && <0.1 + , zigzag >=0.0.1 && <0.2 hs-source-dirs: src ghc-options: -O2