diff --git a/errors.cabal b/errors.cabal
--- a/errors.cabal
+++ b/errors.cabal
@@ -1,5 +1,5 @@
 Name: errors
-Version: 1.2.0
+Version: 1.2.1
 Cabal-Version: >=1.14.0
 Build-Type: Simple
 License: BSD3
@@ -23,7 +23,7 @@
     Location: https://github.com/Gabriel439/Haskell-Errors-Library
 
 Library
-    Build-Depends: base >= 4 && < 5, either, safe, transformers
+    Build-Depends: base >= 4 && < 5, either >= 3.0.1, safe, transformers
     Exposed-Modules:
         Control.Error,
         Control.Error.Script,
