File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4141tests :
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
Original file line number Diff line number Diff line change 11cabal-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
5454test-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
You can’t perform that action at this time.
0 commit comments