File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : hell
8- version : 666.20250113
8+ version : 666.20251111
99synopsis : Haskell-based shell scripting language
1010author : Chris Done
1111maintainer : 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
Original file line number Diff line number Diff line change 11name : hell
2- version : 666.20250113
2+ version : 666.20251111
33license : BSD3
44author : " Chris Done"
55copyright : " 2023 Chris Done"
66synopsis : " Haskell-based shell scripting language"
77dependencies :
8- - base
8+ - base >=4.17.2.1 && <4.22
99- haskell-src-exts
1010- ghc-prim
1111- containers
You can’t perform that action at this time.
0 commit comments