From 6a8c937d241156ab3b6ac684c2dc5e0fd9648dde Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Fri, 4 Apr 2025 23:46:19 +0200 Subject: [PATCH] dependency bumps --- ips.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ips.cabal b/ips.cabal index 4b8ba1f..7972c27 100644 --- a/ips.cabal +++ b/ips.cabal @@ -12,7 +12,7 @@ bug-reports: https://git.rhiannon.website/rhi/ips/issues source-repository head type: git - location: git://git.rhiannon.website/rhi/ips.git + location: https://git.rhiannon.website/rhi/ips.git common deps default-language: Haskell2010 @@ -24,11 +24,11 @@ common deps NamedFieldPuns, OverloadedStrings build-depends: - base ^>= 4.14.1.0, - bytestring ^>= 0.11.1.0, - vector ^>= 0.12.2.0, - attoparsec >= 0.13.2.5 && < 0.15, - primitive ^>= 0.7.1.0 + base >= 4.14.1.0 && < 4.22, + bytestring >= 0.11.1.0 && < 0.13, + vector >= 0.12.2.0 && < 0.14, + attoparsec >= 0.13.2.5 && < 0.15, + primitive >= 0.7.1.0 && < 0.10 ghc-options: -Wall library