diff --git a/Spock-api.cabal b/Spock-api.cabal
--- a/Spock-api.cabal
+++ b/Spock-api.cabal
@@ -1,5 +1,5 @@
 name:                Spock-api
-version:             0.12.0.0
+version:             0.12.0.1
 synopsis:            Another Haskell web framework for rapid development
 description:         API definition DSL for Spock web framework
 Homepage:            https://www.spock.li
@@ -20,10 +20,10 @@
   build-depends:
                 aeson >= 0.7,
                 base >= 4 && < 5,
-                reroute >= 0.3,
+                reroute >= 0.4,
                 hvect >= 0.3.1,
                 deepseq
-  ghc-options: -auto-all -Wall
+  ghc-options: -Wall
 
 source-repository head
   type:     git
