diff --git a/glue-ekg.cabal b/glue-ekg.cabal
--- a/glue-ekg.cabal
+++ b/glue-ekg.cabal
@@ -1,5 +1,5 @@
 name:                   glue-ekg
-version:                0.4.6
+version:                0.4.8
 synopsis:               Make better services and clients.
 description:            Glue library that makes use of ekg for providing stats around services and clients.
 license:                BSD3
@@ -18,7 +18,7 @@
   exposed-modules:      Glue.Ekg
   -- other-extensions:
   build-depends:        base >=4.6 && <4.9,
-                        glue-common == 0.4.6,
+                        glue-common == 0.4.8,
                         transformers,
                         transformers-base,
                         lifted-base,
@@ -28,8 +28,7 @@
                         hashable,
                         ekg-core,
                         text
-  ghc-options:          -rtsopts
-                        -Wall
+  ghc-options:          -Wall
   hs-source-dirs:       src
   default-language:     Haskell2010
 
