File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
resolver :
28
- - ' lts'
29
28
- ' lts-10'
30
29
- ' lts-11'
31
30
- ' lts-12'
37
36
- ' lts-18'
38
37
- ' lts-19'
39
38
- ' lts-20'
39
+ - ' lts-21'
40
40
41
41
steps :
42
42
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ library
25
25
build-depends :
26
26
base >= 4.4 && < 5 ,
27
27
attoparsec >= 0.10.0 && < 0.15 ,
28
- bytestring >= 0.9 && < 0.12 ,
29
- template-haskell >= 2.10.0.0 && < 2.20
28
+ bytestring >= 0.9 && < 0.13 ,
29
+ template-haskell >= 2.10.0.0 && < 2.21
30
30
default-language : Haskell2010
31
31
hs-source-dirs : src
32
32
ghc-options : -Wall
@@ -44,6 +44,6 @@ test-suite Main
44
44
build-depends :
45
45
email-validate,
46
46
base >= 4 && < 5 ,
47
- hspec >= 2.2.3 && < 2.11 ,
47
+ hspec >= 2.2.3 && < 2.12 ,
48
48
QuickCheck >= 2.4 && < 2.15 ,
49
49
bytestring >= 0.9 && < 0.12
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ extra-package-dbs: []
3
3
packages :
4
4
- ' .'
5
5
extra-deps : []
6
- resolver : lts-19.33
6
+ resolver : lts-21.4
Original file line number Diff line number Diff line change 6
6
packages: []
7
7
snapshots:
8
8
- completed:
9
- sha256: 6d1532d40621957a25bad5195bfca7938e8a06d923c91bc52aa0f3c41181f2d4
10
- size: 619204
11
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/33 .yaml
12
- original: lts-19.33
9
+ sha256: caa77fdbc5b9f698262b21ee78030133272ec53116ad6ddbefdc4c321f668e0c
10
+ size: 640014
11
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/4 .yaml
12
+ original: lts-21.4
You can’t perform that action at this time.
0 commit comments