diff --git a/elision.cabal b/elision.cabal
--- a/elision.cabal
+++ b/elision.cabal
@@ -1,5 +1,5 @@
 name:                elision
-version:             0.1.3.0
+version:             0.1.3.1
 synopsis:            Arrows with holes.
 description:         A framework for describing holes in transformations
                      and impure computations purely.
@@ -20,9 +20,7 @@
                      , Control.Arrow.Elision.Flexible
   default-language:    Haskell2010
   build-depends:       base        >= 4.7   && < 5
-                     , hspec       >= 2.2
                      , profunctors >= 5.1.2
-                     , QuickCheck  >= 2.8
 
 executable example
   hs-source-dirs:      example
