Skip to content

Commit ce33467

Browse files
Merge pull request #113 from chrisdone/cd/2026-03-04-bump-for-hackage
Bump for Hackage
2 parents b264635 + 9c4a25d commit ce33467

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

hell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hell
8-
version: 666.20250113
8+
version: 666.20251111
99
synopsis: Haskell-based shell scripting language
1010
author: Chris Done
1111
maintainer: Chris Done
@@ -22,7 +22,7 @@ executable hell
2222
QuickCheck
2323
, aeson
2424
, async
25-
, base
25+
, base >=4.17.2.1 && <4.22
2626
, bytestring
2727
, constraints
2828
, containers
@@ -58,7 +58,7 @@ test-suite hell-test
5858
QuickCheck
5959
, aeson
6060
, async
61-
, base
61+
, base >=4.17.2.1 && <4.22
6262
, bytestring
6363
, constraints
6464
, containers

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: hell
2-
version: 666.20250113
2+
version: 666.20251111
33
license: BSD3
44
author: "Chris Done"
55
copyright: "2023 Chris Done"
66
synopsis: "Haskell-based shell scripting language"
77
dependencies:
8-
- base
8+
- base >=4.17.2.1 && <4.22
99
- haskell-src-exts
1010
- ghc-prim
1111
- containers

0 commit comments

Comments
 (0)