Skip to content

Commit c01025b

Browse files
committed
Update GHC to 9.4.5
1 parent 7a67311 commit c01025b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ library:
3333
# In case you decide to cover a different LTS with the lower bounds,
3434
# make sure to also update the CI to use the correct LTS for testing and also update
3535
# tested-with field above.
36-
- path >=0.9.5 && <0.10
36+
- path >=0.9.2 && <0.10
3737
- exceptions >=0.10 && <0.11
3838
- filepath >=1.4 && <1.5
39-
- template-haskell >=2.20 && <2.21
39+
- template-haskell >=2.19 && <2.21
4040
- hashable >=1.4 && < 1.5
4141

4242
tests:
@@ -56,4 +56,4 @@ tests:
5656
- tasty-hspec >=1.2 && <1.3
5757
- tasty-quickcheck >=0.10 && <0.11
5858
- tasty-discover >=5.0 && <5.1
59-
- hspec >=2.11 && <2.12
59+
- hspec >=2.10 && <2.12

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# NOTE: If you modify this field, make sure to update the tested-with
2222
# field in package.yaml to contain the corresponding GHC versions.
23-
resolver: lts-22.44
23+
resolver: lts-21.7
2424

2525
# User packages to be built.
2626
# Various formats can be used as shown in the example below.

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 238fa745b64f91184f9aa518fe04bdde6552533d169b0da5256670df83a0f1a9
10-
size: 721141
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/44.yaml
12-
original: lts-22.44
9+
sha256: 23bb9bb355bfdb1635252e120a29b712f0d5e8a6c6a65c5ab5bd6692f46c438e
10+
size: 640457
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/7.yaml
12+
original: lts-21.7

strong-path.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license: MIT
1818
license-file: LICENSE
1919
build-type: Simple
2020
tested-with:
21-
GHC == 8.10.7, GHC == 9.0.1
21+
GHC == 9.0.2
2222
extra-source-files:
2323
README.md
2424
ChangeLog.md
@@ -47,8 +47,8 @@ library
4747
, exceptions ==0.10.*
4848
, filepath ==1.4.*
4949
, hashable ==1.4.*
50-
, path >=0.9.5 && <0.10
51-
, template-haskell ==2.20.*
50+
, path >=0.9.2 && <0.10
51+
, template-haskell >=2.19 && <2.21
5252
default-language: Haskell2010
5353

5454
test-suite strong-path-test
@@ -71,7 +71,7 @@ test-suite strong-path-test
7171
base >=4.7 && <5
7272
, filepath
7373
, hashable ==1.4.*
74-
, hspec ==2.11.*
74+
, hspec >=2.10 && <2.12
7575
, path
7676
, strong-path
7777
, tasty ==1.4.*

0 commit comments

Comments
 (0)