Skip to content

Commit

Permalink
Merge pull request #61 from bergmark/deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Porges authored Mar 20, 2022
2 parents 0f490e7 + 195a323 commit bc82c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email-validate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
base >= 4.4 && < 5,
attoparsec >= 0.10.0 && < 0.15,
bytestring >= 0.9 && < 0.12,
template-haskell >= 2.10.0.0 && < 2.18
template-haskell >= 2.10.0.0 && < 2.19
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
Expand All @@ -44,7 +44,7 @@ test-suite Main
build-depends:
email-validate,
base >= 4 && < 5,
hspec >= 2.2.3 && < 2.9,
hspec >= 2.2.3 && < 2.10,
QuickCheck >= 2.4 && < 2.15,
bytestring >= 0.9 && < 0.12

Expand All @@ -56,4 +56,4 @@ test-suite doctests
main-is: doctests.hs
build-depends:
base >= 4 && < 5,
doctest >= 0.8 && < 0.19
doctest >= 0.8 && < 0.20

0 comments on commit bc82c3b

Please sign in to comment.