diff --git a/glue-common.cabal b/glue-common.cabal
--- a/glue-common.cabal
+++ b/glue-common.cabal
@@ -1,7 +1,7 @@
 name:                   glue-common
-version:                0.4.6
+version:                0.4.8
 synopsis:               Make better services and clients.
-description:            Common types and base functions used in the glue family of libraries. 
+description:            Common types and base functions used in the glue family of libraries.
 license:                BSD3
 license-file:           LICENSE
 author:                 Sean Parsons
@@ -26,8 +26,7 @@
                         unordered-containers,
                         hashable,
                         text
-  ghc-options:          -rtsopts
-                        -Wall
+  ghc-options:          -Wall
   hs-source-dirs:       src
   default-language:     Haskell2010
 
