Skip to content

Commit c18614e

Browse files
committed
Add upper bound on Cabal
1 parent 4f21bb6 commit c18614e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ghc-options:
5858
- -optP-Wno-nonportable-include-path
5959
dependencies:
6060
- base >= 4.16.0.0 && < 5
61-
- Cabal >= 3.8.1.0
61+
- Cabal >= 3.8.1.0 && < 3.12
6262
- aeson >= 2.0.3.0
6363
- aeson-warning-parser >= 0.1.1
6464
- ansi-terminal >= 1.0.2

stack.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ library
394394
src
395395
ghc-options: -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -Widentities
396396
build-depends:
397-
Cabal >=3.8.1.0
397+
Cabal >=3.8.1.0 && <3.12
398398
, aeson >=2.0.3.0
399399
, aeson-warning-parser >=0.1.1
400400
, ansi-terminal >=1.0.2
@@ -517,7 +517,7 @@ executable stack
517517
app
518518
ghc-options: -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded -rtsopts
519519
build-depends:
520-
Cabal >=3.8.1.0
520+
Cabal >=3.8.1.0 && <3.12
521521
, aeson >=2.0.3.0
522522
, aeson-warning-parser >=0.1.1
523523
, ansi-terminal >=1.0.2
@@ -619,7 +619,7 @@ executable stack-integration-test
619619
tests/integration/lib
620620
ghc-options: -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded -rtsopts -with-rtsopts=-N
621621
build-depends:
622-
Cabal >=3.8.1.0
622+
Cabal >=3.8.1.0 && <3.12
623623
, aeson >=2.0.3.0
624624
, aeson-warning-parser >=0.1.1
625625
, ansi-terminal >=1.0.2
@@ -736,7 +736,7 @@ test-suite stack-unit-test
736736
tests/unit
737737
ghc-options: -fwrite-ide-info -hiedir=.hie -Wall -Wmissing-export-lists -optP-Wno-nonportable-include-path -threaded
738738
build-depends:
739-
Cabal >=3.8.1.0
739+
Cabal >=3.8.1.0 && <3.12
740740
, QuickCheck
741741
, aeson >=2.0.3.0
742742
, aeson-warning-parser >=0.1.1

0 commit comments

Comments
 (0)