Allow newer attoparsec
1 files changed, 1 insertions(+), 1 deletions(-) M cheogram-sip.cabal
M cheogram-sip.cabal => cheogram-sip.cabal +1 -1
@@ 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,