emailaddress

Wrapper around email-validate library adding instances for common type classes.

https://github.com/cdepillabout/emailaddress#readme

LTS Haskell 11.22:0.2.0.0
Stackage Nightly 2018-03-12:0.2.0.0
Latest on Hackage:0.2.0.0

See all snapshots emailaddress appears in

BSD-3-Clause licensed by Dennis Gosnell
Maintained by [email protected]
This version can be pinned in stack with:emailaddress-0.2.0.0@sha256:2c6c10bca535ab6ffff8508f0862a1a729bd7b575b9f1b9f903624da7d1dc0fd,1754

Module documentation for 0.2.0.0

emailaddress

Build Status Hackage Stackage LTS Stackage Nightly

This Haskell module wraps around the email-validate package, providing a newtype wrapper around the EmailAddress type. Our EmailAddress type has additional typeclass instances, including aeson’s ToJSON and FromJSON. This allows us to use the EmailAddress type without fear of orphan instances.

This package exposes the module Text.EmailAddress. It can be used as a drop-in replacement for email-validate.

If you would like to add new instances for EmailAddress, please send a pull request. Any instace for a typeclass from a package in stackage will be accepted.

Changes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

v0.2.0.0 - 2016-11-12

Changed

  • Changed from the Text.Email.Validate module name to Text.EmailAddress.