From bb1a9386eb3c8f76f3683be26124126d89252b72 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Tue, 28 Dec 2021 10:26:23 +0100 Subject: [PATCH] bump attoparsec dependency, why not --- ips.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ips.cabal b/ips.cabal index e230e51..4b8ba1f 100644 --- a/ips.cabal +++ b/ips.cabal @@ -27,7 +27,7 @@ common deps base ^>= 4.14.1.0, bytestring ^>= 0.11.1.0, vector ^>= 0.12.2.0, - attoparsec ^>= 0.13.2.5, + attoparsec >= 0.13.2.5 && < 0.15, primitive ^>= 0.7.1.0 ghc-options: -Wall