diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,4 +2,4 @@
 
 import Distribution.Simple
 
-main = defaultMainWithHooks defaultUserHooks
+main = defaultMainWithHooks simpleUserHooks
diff --git a/memcached.cabal b/memcached.cabal
--- a/memcached.cabal
+++ b/memcached.cabal
@@ -1,7 +1,8 @@
 name:                memcached
-version:             0.1
+version:             0.1.1
 stability:           Alpha
 synopsis:            haskell bindings for memcached
+description:         haskell bindings for memcached
 category:            Network
 license:             OtherLicense
 license-file:        LICENSE
@@ -17,5 +18,4 @@
 exposed-modules:     Network.Memcache, Network.Memcache.Protocol, Network.Memcache.Serializable,
                      Network.Memcache.ServerPool, Network.Memcache.Key
 
-ghc-options:         -O2 -Wall
 ghc-prof-options:    -prof -auto-all
