diff --git a/hell.cabal b/hell.cabal index 2becde6..8930a3d 100644 --- a/hell.cabal +++ b/hell.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: hell -version: 666.20250113 +version: 666.20251111 synopsis: Haskell-based shell scripting language author: Chris Done maintainer: Chris Done @@ -22,7 +22,7 @@ executable hell QuickCheck , aeson , async - , base + , base >=4.17.2.1 && <4.22 , bytestring , constraints , containers @@ -58,7 +58,7 @@ test-suite hell-test QuickCheck , aeson , async - , base + , base >=4.17.2.1 && <4.22 , bytestring , constraints , containers diff --git a/package.yaml b/package.yaml index 5453659..a50c416 100644 --- a/package.yaml +++ b/package.yaml @@ -1,11 +1,11 @@ name: hell -version: 666.20250113 +version: 666.20251111 license: BSD3 author: "Chris Done" copyright: "2023 Chris Done" synopsis: "Haskell-based shell scripting language" dependencies: -- base +- base >=4.17.2.1 && <4.22 - haskell-src-exts - ghc-prim - containers