From ba262753449439a1b6b8b57259d8b52499436f34 Mon Sep 17 00:00:00 2001 From: Adriaan Leijnse Date: Thu, 20 Aug 2026 13:02:58 +0200 Subject: [PATCH] Bump bounds for 9.14 --- patch.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch.cabal b/patch.cabal index a8c2369..247655d 100644 --- a/patch.cabal +++ b/patch.cabal @@ -7,7 +7,7 @@ maintainer: maintainer@obsidian.systems author: Ryan Trinkle stability: Experimental tested-with: - ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1 + ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1 || ==9.14.1 ghcjs ==8.6 || ==8.10 homepage: https://obsidian.systems @@ -58,7 +58,7 @@ library default-extensions: PolyKinds ghc-options: -Wall -fwarn-redundant-constraints -fwarn-tabs build-depends: - base >=4.9 && <=4.22, + base >=4.9 && <=4.23, constraints-extras >=0.3 && <0.5, commutative-semigroups >=0.0 && <0.3, containers >=0.6 && <0.8, @@ -93,7 +93,7 @@ test-suite tests base, patch, containers, - hedgehog <1.6, + hedgehog <1.8, HUnit <1.7 if (impl(ghcjs >=0) || arch(javascript))