diff --git a/users-mysql-haskell.cabal b/users-mysql-haskell.cabal
--- a/users-mysql-haskell.cabal
+++ b/users-mysql-haskell.cabal
@@ -1,7 +1,7 @@
 name:                users-mysql-haskell
-version:             0.5.0.0
+version:             0.5.0.1
 synopsis:            A mysql-haskell backend for the users library.
--- description:         
+description:         A mysql-haskell backend for the users library.
 license:             BSD3
 license-file:        LICENSE
 author:              Daniel Diaz
@@ -30,11 +30,10 @@
   hs-source-dirs:      src
   default-language:    Haskell2010
   -- ghc-options:         -auto-all -Wall -fno-warn-orphans
-  ghc-options:         -auto-all -Wall 
+  ghc-options:         -Wall
 
 test-suite tests
   type:           	   exitcode-stdio-1.0
-  ghc-options:    	   -Wall -threaded
   hs-source-dirs: 	   tests, src
   main-is:        	   tests.hs
   other-modules:  	   Web.Users.MySQL
@@ -51,4 +50,4 @@
                        tasty-hunit   >=0.9.2,
                        bytestring
   default-language:    Haskell2010
-  ghc-options:         -auto-all -Wall 
+  ghc-options:    	   -Wall
