We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6566261 commit e8d4e48Copy full SHA for e8d4e48
email-validate.cabal
@@ -25,7 +25,7 @@ library
25
build-depends:
26
base >= 4.4 && < 5,
27
attoparsec >= 0.10.0 && < 0.15,
28
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
29
template-haskell >= 2.10.0.0 && < 2.18
30
default-language: Haskell2010
31
hs-source-dirs: src
@@ -46,7 +46,7 @@ test-suite Main
46
base >= 4 && < 5,
47
hspec >= 2.2.3 && < 2.9,
48
QuickCheck >= 2.4 && < 2.15,
49
- bytestring >= 0.9 && < 0.11
+ bytestring >= 0.9 && < 0.12
50
51
test-suite doctests
52
type: exitcode-stdio-1.0
@@ -57,4 +57,3 @@ test-suite doctests
57
58
59
doctest >= 0.8 && < 0.19
60
-
0 commit comments