From 9c4a25d6735bab05e5d05632966317bddca84de6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 4 Mar 2026 09:45:54 +0000 Subject: [PATCH] Bump for Hackage --- hell.cabal | 6 +++--- package.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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