Skip to content

Commit 286bfbe

Browse files
committed
Update version bounds to reflect LTS
1 parent 4d15bce commit 286bfbe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# If you change it, make sure to adjust lower bounds there to reflect the change.
4545
# Also, make sure to adjust tested-with field in package.yaml so that it contains
4646
# corresponding GHC version.
47-
stack-resolver: lts-18.21
47+
stack-resolver: lts-19.33
4848

4949
steps:
5050
- name: Checkout the repo

package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library:
3535
- path >=0.9.2 && <0.10
3636
- exceptions >=0.10 && <0.11
3737
- filepath >=1.4 && <1.5
38-
- template-haskell >=2.16 && <2.18
38+
- template-haskell >=2.17 && <2.18
3939
- hashable >=1.3 && < 1.4
4040

4141
tests:
@@ -52,7 +52,7 @@ tests:
5252
- filepath
5353
- hashable >=1.3 && < 1.4
5454
- tasty >=1.4 && <1.5
55-
- tasty-hspec >=1.1 && <1.3
55+
- tasty-hspec >=1.2 && <1.3
5656
- tasty-quickcheck >=0.10 && <0.11
5757
- tasty-discover >=4.2 && <4.3
58-
- hspec >=2.7 && <2.10
58+
- hspec >=2.8 && <2.10

strong-path.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.4.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -48,7 +48,7 @@ library
4848
, filepath ==1.4.*
4949
, hashable ==1.3.*
5050
, path >=0.9.2 && <0.10
51-
, template-haskell >=2.16 && <2.18
51+
, template-haskell ==2.17.*
5252
default-language: Haskell2010
5353

5454
test-suite strong-path-test
@@ -71,11 +71,11 @@ test-suite strong-path-test
7171
base >=4.7 && <5
7272
, filepath
7373
, hashable ==1.3.*
74-
, hspec >=2.7 && <2.10
74+
, hspec >=2.8 && <2.10
7575
, path
7676
, strong-path
7777
, tasty ==1.4.*
7878
, tasty-discover ==4.2.*
79-
, tasty-hspec >=1.1 && <1.3
79+
, tasty-hspec ==1.2.*
8080
, tasty-quickcheck ==0.10.*
8181
default-language: Haskell2010

0 commit comments

Comments
 (0)