File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ghc-options:
58
58
- -optP-Wno-nonportable-include-path
59
59
dependencies :
60
60
- base >= 4.16.0.0 && < 5
61
- - Cabal >= 3.8.1.0
61
+ - Cabal >= 3.8.1.0 && < 3.12
62
62
- aeson >= 2.0.3.0
63
63
- aeson-warning-parser >= 0.1.1
64
64
- ansi-terminal >= 1.0.2
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ library
394
394
src
395
395
ghc-options : -fwrite-ide-info -hiedir= . hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -Widentities
396
396
build-depends :
397
- Cabal >= 3.8.1.0
397
+ Cabal >= 3.8.1.0 && < 3.12
398
398
, aeson >= 2.0.3.0
399
399
, aeson-warning-parser >= 0.1.1
400
400
, ansi-terminal >= 1.0.2
@@ -517,7 +517,7 @@ executable stack
517
517
app
518
518
ghc-options : -fwrite-ide-info -hiedir= . hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded -rtsopts
519
519
build-depends :
520
- Cabal >= 3.8.1.0
520
+ Cabal >= 3.8.1.0 && < 3.12
521
521
, aeson >= 2.0.3.0
522
522
, aeson-warning-parser >= 0.1.1
523
523
, ansi-terminal >= 1.0.2
@@ -619,7 +619,7 @@ executable stack-integration-test
619
619
tests/integration/lib
620
620
ghc-options : -fwrite-ide-info -hiedir= . hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
621
621
build-depends :
622
- Cabal >= 3.8.1.0
622
+ Cabal >= 3.8.1.0 && < 3.12
623
623
, aeson >= 2.0.3.0
624
624
, aeson-warning-parser >= 0.1.1
625
625
, ansi-terminal >= 1.0.2
@@ -736,7 +736,7 @@ test-suite stack-unit-test
736
736
tests/unit
737
737
ghc-options : -fwrite-ide-info -hiedir= . hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded
738
738
build-depends :
739
- Cabal >= 3.8.1.0
739
+ Cabal >= 3.8.1.0 && < 3.12
740
740
, QuickCheck
741
741
, aeson >= 2.0.3.0
742
742
, aeson-warning-parser >= 0.1.1
You can’t perform that action at this time.
0 commit comments