diff --git a/hspec-expectations.cabal b/hspec-expectations.cabal
--- a/hspec-expectations.cabal
+++ b/hspec-expectations.cabal
@@ -1,5 +1,5 @@
 name:             hspec-expectations
-version:          0.5.0
+version:          0.5.0.1
 synopsis:         Catchy combinators for HUnit
 description:      Catchy combinators for HUnit: <https://github.com/sol/hspec-expectations#readme>
 license:          MIT
@@ -22,7 +22,6 @@
   build-depends:
       base < 4.8
     , HUnit
-    , transformers
   hs-source-dirs:
       src
   exposed-modules:
@@ -42,7 +41,6 @@
   build-depends:
       base
     , HUnit
-    , transformers
     , silently
     , hspec       >= 1.3
 
