diff --git a/functor-infix.cabal b/functor-infix.cabal
--- a/functor-infix.cabal
+++ b/functor-infix.cabal
@@ -1,7 +1,7 @@
 name:
   functor-infix
 version:
-  0.0.3
+  0.0.4
 synopsis:
   Infix operators for mapping over compositions of functors. Lots of them.
 homepage:
@@ -28,8 +28,8 @@
     Data.Functor.Infix.Definitions,
     Data.Functor.Infix.TH
   build-depends:
-    base             >= 4.7 && < 4.9,
-    template-haskell >= 2.8 && < 2.11
+    base             >= 4.7 && < 4.10,
+    template-haskell >= 2.8 && < 2.12
   hs-source-dirs:
     src
   default-language:
