Skip to content

Commit b2877d9

Browse files
authored
Bump version bounds
1 parent 7529fd3 commit b2877d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
resolver:
28-
- 'lts'
2928
- 'lts-10'
3029
- 'lts-11'
3130
- 'lts-12'
@@ -37,6 +36,7 @@ jobs:
3736
- 'lts-18'
3837
- 'lts-19'
3938
- 'lts-20'
39+
- 'lts-21'
4040

4141
steps:
4242
- uses: actions/checkout@v2

email-validate.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ library
2525
build-depends:
2626
base >= 4.4 && < 5,
2727
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
3030
default-language: Haskell2010
3131
hs-source-dirs: src
3232
ghc-options: -Wall
@@ -44,6 +44,6 @@ test-suite Main
4444
build-depends:
4545
email-validate,
4646
base >= 4 && < 5,
47-
hspec >= 2.2.3 && < 2.11,
47+
hspec >= 2.2.3 && < 2.12,
4848
QuickCheck >= 2.4 && < 2.15,
4949
bytestring >= 0.9 && < 0.12

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ extra-package-dbs: []
33
packages:
44
- '.'
55
extra-deps: []
6-
resolver: lts-19.33
6+
resolver: lts-21.4

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: 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

0 commit comments

Comments
 (0)