From 9e4a13fa92ba86f4544a85b8f08217cc7d87fd94 Mon Sep 17 00:00:00 2001 From: jupblb Date: Thu, 4 Jun 2026 16:30:42 +0200 Subject: [PATCH] Widen Haskell bindings base bound to >= 4.17 --- bindings/haskell/scip.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/haskell/scip.cabal b/bindings/haskell/scip.cabal index 8ff3efc9..0939b116 100644 --- a/bindings/haskell/scip.cabal +++ b/bindings/haskell/scip.cabal @@ -19,7 +19,7 @@ bug-reports: https://github.com/scip-code/scip/issues category: Language build-type: Simple extra-doc-files: README.md -tested-with: GHC == 9.10.3 +tested-with: GHC == { 9.4.8, 9.6.7, 9.8.4, 9.10.3 } source-repository head type: git @@ -35,4 +35,4 @@ library default-language: GHC2021 build-depends: proto-lens-runtime ^>= 0.7.0.0, - base >= 4.20 && < 5 + base >= 4.17 && < 5