Skip to content

Commit

Permalink
increase base upper bound in package.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-artificial committed Jan 20, 2025
1 parent 95344e0 commit 9f8f2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: "Chris Done"
copyright: "2023 Chris Done"
synopsis: "Haskell-based shell scripting language"
dependencies:
- base >= 4.17.2.1 && < 4.18
- base >= 4.17.2.1 && < 4.19
- haskell-src-exts
- ghc-prim
- containers
Expand Down

0 comments on commit 9f8f2d2

Please sign in to comment.