Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,7 +22,7 @@ executable hell
QuickCheck
, aeson
, async
, base
, base >=4.17.2.1 && <4.22
, bytestring
, constraints
, containers
Expand Down Expand Up @@ -58,7 +58,7 @@ test-suite hell-test
QuickCheck
, aeson
, async
, base
, base >=4.17.2.1 && <4.22
, bytestring
, constraints
, containers
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading