Skip to content

Commit 1ea2757

Browse files
committed
Missed bumping Cabal in package.yaml.
1 parent 517d4e6 commit 1ea2757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ homepage: http://haskellstack.org
2323
custom-setup:
2424
dependencies:
2525
- base >= 4.16.3.0 && < 5
26-
- Cabal
26+
- Cabal >= 3.8.1.0
2727
- filepath
2828
extra-source-files:
2929
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions
@@ -50,7 +50,7 @@ ghc-options:
5050
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
5151
dependencies:
5252
- base >= 4.16.3.0 && < 5
53-
- Cabal >= 3.6.3.0
53+
- Cabal >= 3.8.1.0
5454
- aeson >= 2.0.3.0
5555
- annotated-wl-pprint
5656
- ansi-terminal

0 commit comments

Comments
 (0)