diff --git a/effect-handlers.cabal b/effect-handlers.cabal
--- a/effect-handlers.cabal
+++ b/effect-handlers.cabal
@@ -1,5 +1,5 @@
 name:                effect-handlers
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers.
 homepage:            https://github.com/edofic/effect-handlers
 bug-reports:         https://github.com/edofic/effect-handlers/issues
@@ -30,7 +30,7 @@
     .
     program = do
     &#32;&#32;v <- ask
-    &#32;&#32;if v < 15 
+    &#32;&#32;if v < 15
     &#32;&#32;then throw $ show v
     &#32;&#32;else return (v+1)
     .
@@ -43,20 +43,20 @@
 
 library
   exposed-modules:     Data.Union
-                     
+
                      , Control.Effects.Eff
                      , Control.Effects.Reader
                      , Control.Effects.Writer
                      , Control.Effects.State
                      , Control.Effects.Exception
                      , Control.Effects.IO
-                     , Control.Effects.Search 
+                     , Control.Effects.Search
 
-  -- other-extensions:    
+  -- other-extensions:
   build-depends:       base           >=4.7 && <5
                      , free           >=4.9 && <5
                      , mtl            >=2.1 && <3
-                     , kan-extensions >=4.1 && <5
+                     , kan-extensions >=4.1 && <6
   hs-source-dirs:      src
   default-language:    Haskell2010
   default-extensions:  RankNTypes
@@ -88,8 +88,8 @@
 
   other-modules:      Main
                     , Spec
-                
 
+
   default-extensions:  DataKinds
                      , FlexibleContexts
                      , NoMonomorphismRestriction
@@ -97,7 +97,7 @@
 
 benchmark benchm
   type:                exitcode-stdio-1.0
-  default-language:    Haskell2010 
+  default-language:    Haskell2010
   hs-source-dirs:      bench, test
   main-is:             TestBench.hs
   build-depends:       base >=4.7 && <5
@@ -107,4 +107,4 @@
   default-extensions:  DataKinds
                      , FlexibleContexts
                      , NoMonomorphismRestriction
-  
+
