emailaddress 0.1.2.0 → 0.1.3.0
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +bifunctorsPVP ok
version bump matches the API change (PVP)
Dependencies added: bifunctors
API changes (from Hackage documentation)
Files
- emailaddress.cabal +2/−1
emailaddress.cabal view
@@ -1,5 +1,5 @@ name: emailaddress-version: 0.1.2.0+version: 0.1.3.0 synopsis: Wrapper around email-validate library adding instances for common type classes. description: Please see README.md homepage: https://github.com/cdepillabout/emailaddress#readme@@ -19,6 +19,7 @@ other-modules: Text.Email.Validate.Internal build-depends: base >= 4.6 && < 5 , aeson >= 0.9+ , bifunctors >= 5 , bytestring >= 0.9 , email-validate >= 2 , opaleye >= 0.4