Skip to content

Commit 9df6471

Browse files
committed
Bump Cabal upper bound to 3.1
1 parent e29c7ec commit 9df6471

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

stack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
resolver: lts-14.6
22
packages:
3-
- '.'
3+
- '.'
4+
5+
extra-deps:
6+
- 'Cabal-3.0.0.0'

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Library
5454
aeson >= 0.6 && < 1.5,
5555
base >= 4.8 && < 5,
5656
bytestring >= 0.9 && < 0.11,
57-
Cabal >= 2.4 && < 2.5,
57+
Cabal >= 2.4 && < 3.1,
5858
containers >= 0.3 && < 0.7,
5959
directory >= 1.2.3 && < 1.4,
6060
filepath >= 1.1 && < 1.5,
@@ -78,7 +78,7 @@ Executable stylish-haskell
7878
aeson >= 0.6 && < 1.5,
7979
base >= 4.8 && < 5,
8080
bytestring >= 0.9 && < 0.11,
81-
Cabal >= 2.4 && < 2.5,
81+
Cabal >= 2.4 && < 3.1,
8282
containers >= 0.3 && < 0.7,
8383
directory >= 1.2.3 && < 1.4,
8484
filepath >= 1.1 && < 1.5,
@@ -132,7 +132,7 @@ Test-suite stylish-haskell-tests
132132
aeson >= 0.6 && < 1.5,
133133
base >= 4.8 && < 5,
134134
bytestring >= 0.9 && < 0.11,
135-
Cabal >= 2.4 && < 2.5,
135+
Cabal >= 2.4 && < 3.1,
136136
containers >= 0.3 && < 0.7,
137137
directory >= 1.2.3 && < 1.4,
138138
filepath >= 1.1 && < 1.5,

0 commit comments

Comments
 (0)