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 0f490e7 commit 195a323Copy full SHA for 195a323
email-validate.cabal
@@ -26,7 +26,7 @@ library
26
base >= 4.4 && < 5,
27
attoparsec >= 0.10.0 && < 0.15,
28
bytestring >= 0.9 && < 0.12,
29
- template-haskell >= 2.10.0.0 && < 2.18
+ template-haskell >= 2.10.0.0 && < 2.19
30
default-language: Haskell2010
31
hs-source-dirs: src
32
ghc-options: -Wall
@@ -44,7 +44,7 @@ test-suite Main
44
build-depends:
45
email-validate,
46
base >= 4 && < 5,
47
- hspec >= 2.2.3 && < 2.9,
+ hspec >= 2.2.3 && < 2.10,
48
QuickCheck >= 2.4 && < 2.15,
49
bytestring >= 0.9 && < 0.12
50
@@ -56,4 +56,4 @@ test-suite doctests
56
main-is: doctests.hs
57
58
59
- doctest >= 0.8 && < 0.19
+ doctest >= 0.8 && < 0.20
0 commit comments