diff --git a/Control/Kleislify.hs b/Control/Kleislify.hs
--- a/Control/Kleislify.hs
+++ b/Control/Kleislify.hs
@@ -16,9 +16,6 @@
 
 module Control.Kleislify where
 
-import Control.Applicative
-import Control.Arrow
-
 infixr 1 ^=>, =>^, ^<=, <=^
 infixr 1 ^->, ->^, ^<-, <-^
 
diff --git a/Kleislify.cabal b/Kleislify.cabal
--- a/Kleislify.cabal
+++ b/Kleislify.cabal
@@ -1,5 +1,5 @@
 Name:               Kleislify
-Version:            0.0.3
+Version:            0.0.4
 Author:             Dylan Just <dylan@techtangents.com>
 License:            BSD3
 License-file:       LICENSE
