From 6dbf037bc7cb510e7a3f3ef98e7763bd9c5b2b97 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 17 Jan 2024 17:07:29 -0500 Subject: [PATCH] Allow newer attoparsec --- cheogram-sip.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheogram-sip.cabal b/cheogram-sip.cabal index 8ac020a..fdd33ff 100644 --- a/cheogram-sip.cabal +++ b/cheogram-sip.cabal @@ -13,7 +13,7 @@ common defs default-language: Haskell2010 ghc-options: -Wall -Wno-tabs -Wno-orphans build-depends: base >=4.11 && <4.18, - attoparsec >=0.13 && <0.14, + attoparsec >=0.13 && <0.15, base64-bytestring, basic-prelude >=0.7 && <0.8, bytestring >=0.10 && <0.12, -- 2.45.2