diff --git a/unitym-yesod.cabal b/unitym-yesod.cabal
--- a/unitym-yesod.cabal
+++ b/unitym-yesod.cabal
@@ -1,5 +1,5 @@
 name:                unitym-yesod
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Implementation of the unity monad for the Yesod framework
 description:         Implementation of the unity monad for the Yesod framework
 homepage:            https://github.com/githubuser/unitym-yesod#readme
@@ -19,6 +19,6 @@
                         , unitym >= 0.1 && < 1.0
                         , yesod >= 1.4 && < 1.5
   default-language:    Haskell2010
-  ghc-options:         -W -Wall -O2
+  ghc-options:         -W -Wall
 
 
