Skip to content

Commit e8d4e48

Browse files
committed
Bump bytestring upper bound
1 parent 6566261 commit e8d4e48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

email-validate.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ library
2525
build-depends:
2626
base >= 4.4 && < 5,
2727
attoparsec >= 0.10.0 && < 0.15,
28-
bytestring >= 0.9 && < 0.11,
28+
bytestring >= 0.9 && < 0.12,
2929
template-haskell >= 2.10.0.0 && < 2.18
3030
default-language: Haskell2010
3131
hs-source-dirs: src
@@ -46,7 +46,7 @@ test-suite Main
4646
base >= 4 && < 5,
4747
hspec >= 2.2.3 && < 2.9,
4848
QuickCheck >= 2.4 && < 2.15,
49-
bytestring >= 0.9 && < 0.11
49+
bytestring >= 0.9 && < 0.12
5050

5151
test-suite doctests
5252
type: exitcode-stdio-1.0
@@ -57,4 +57,3 @@ test-suite doctests
5757
build-depends:
5858
base >= 4 && < 5,
5959
doctest >= 0.8 && < 0.19
60-

0 commit comments

Comments
 (0)