From 9c6a6a6d546332882f5c0560a04b3e0686473b14 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Wed, 15 May 2024 21:06:22 -0400 Subject: [PATCH] bump base upper bound --- ki/ki.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ki/ki.cabal b/ki/ki.cabal index 805531c..d5d61e7 100644 --- a/ki/ki.cabal +++ b/ki/ki.cabal @@ -13,6 +13,7 @@ stability: stable synopsis: A lightweight structured concurrency library tested-with: GHC == 9.4.7, GHC == 9.6.3, GHC == 9.8.1 version: 1.0.1.1 +x-revision: 1 description: A lightweight structured concurrency library. @@ -34,7 +35,7 @@ source-repository head common component build-depends: - base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19, + base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20, default-extensions: AllowAmbiguousTypes BangPatterns