File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
4242tests :
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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 66packages: []
77snapshots:
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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ license: MIT
1818license-file : LICENSE
1919build-type : Simple
2020tested-with :
21- GHC == 8.10.7 , GHC == 9.0.1
21+ GHC == 9.0.2
2222extra-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
5454test-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. *
You can’t perform that action at this time.
0 commit comments