email-validate 2.3.2.18 → 2.3.2.19
raw patch · 2 files changed
+6/−25 lines, 2 filesdep −doctestdep ~basedep ~bytestringdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependencies removed: doctest
Dependency ranges changed: base, bytestring, hspec, template-haskell
API changes (from Hackage documentation)
Files
- email-validate.cabal +6/−16
- tests/doctests.hs +0/−9
email-validate.cabal view
@@ -1,5 +1,5 @@ name: email-validate-version: 2.3.2.18+version: 2.3.2.19 license: BSD3 license-file: LICENSE author: George Pollard <porges@porg.es>@@ -19,14 +19,14 @@ source-repository this type: git location: git://github.com/Porges/email-validate-hs.git- tag: v2.3.2.18+ tag: v2.3.2.19 library build-depends: base >= 4.4 && < 5, attoparsec >= 0.10.0 && < 0.15,- bytestring >= 0.9 && < 0.12,- template-haskell >= 2.10.0.0 && < 2.20+ bytestring >= 0.9 && < 0.13,+ template-haskell >= 2.10.0.0 && < 2.21 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall@@ -44,16 +44,6 @@ build-depends: email-validate, base >= 4 && < 5,- hspec >= 2.2.3 && < 2.11,+ hspec >= 2.2.3 && < 2.12, QuickCheck >= 2.4 && < 2.15,- bytestring >= 0.9 && < 0.12--test-suite doctests- type: exitcode-stdio-1.0- ghc-options: -threaded- default-language: Haskell2010- hs-source-dirs: tests- main-is: doctests.hs- build-depends:- base >= 4 && < 5,- doctest >= 0.8 && < 0.21+ bytestring >= 0.9 && < 0.13
− tests/doctests.hs
@@ -1,9 +0,0 @@-import Test.DocTest--main = doctest- [ "-isrc"- , "src/Text/Email/QuasiQuotation.hs"- , "src/Text/Email/Validate.hs"- , "-XQuasiQuotes"- , "-XOverloadedStrings"- ]