From 1bff2c4cc6eba99288a98bb000b0b9918805384f Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Thu, 4 Jan 2024 17:38:50 +0100 Subject: [PATCH] Bump version bounds for constraints and primitive --- capability.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capability.cabal b/capability.cabal index b63e8a9..4227e4f 100644 --- a/capability.cabal +++ b/capability.cabal @@ -60,7 +60,7 @@ library Capability.Writer build-depends: base >= 4.14 && < 5.0 - , constraints >= 0.1 && < 0.14 + , constraints >= 0.1 && < 0.15 , dlist >= 0.8 && < 1.1 , exceptions >= 0.6 && < 0.11 , generic-lens >= 2.0 && < 2.3 @@ -68,7 +68,7 @@ library , monad-control >= 1.0 && < 1.1 , mtl >= 2.0 && < 3.0 , mutable-containers >= 0.3 && < 0.4 - , primitive >= 0.6 && < 0.9 + , primitive >= 0.6 && < 0.10 , reflection >= 2.1 && < 2.2 , safe-exceptions >= 0.1 && < 0.2 , streaming >= 0.2 && < 0.3