diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+4.3.3.1
+------
+* Support `exceptions` 0.7
+
 4.3.3
 -----
 * Added `eitherToError`.
diff --git a/either.cabal b/either.cabal
--- a/either.cabal
+++ b/either.cabal
@@ -1,6 +1,6 @@
 name:          either
 category:      Control, Monads
-version:       4.3.3
+version:       4.3.3.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -29,7 +29,7 @@
   build-depends:
     base              >= 4       && < 5,
     bifunctors        >= 4       && < 5,
-    exceptions        >= 0.5     && < 0.7,
+    exceptions        >= 0.5     && < 0.8,
     free              >= 4.9     && < 5,
     monad-control     >= 0.3.2   && < 1.1,
     MonadRandom       >= 0.1     && < 0.4,
