We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517d4e6 commit 1ea2757Copy full SHA for 1ea2757
package.yaml
@@ -23,7 +23,7 @@ homepage: http://haskellstack.org
23
custom-setup:
24
dependencies:
25
- base >= 4.16.3.0 && < 5
26
- - Cabal
+ - Cabal >= 3.8.1.0
27
- filepath
28
extra-source-files:
29
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions
@@ -50,7 +50,7 @@ ghc-options:
50
- -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
51
52
53
-- Cabal >= 3.6.3.0
+- Cabal >= 3.8.1.0
54
- aeson >= 2.0.3.0
55
- annotated-wl-pprint
56
- ansi-terminal
0 commit comments