diff --git a/emailaddress.cabal b/emailaddress.cabal
--- a/emailaddress.cabal
+++ b/emailaddress.cabal
@@ -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
