diff --git a/shakespeare.cabal b/shakespeare.cabal
--- a/shakespeare.cabal
+++ b/shakespeare.cabal
@@ -1,5 +1,5 @@
 name:            shakespeare
-version:         0.10.1
+version:         0.10.1.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -21,15 +21,9 @@
 
 library
     build-depends:   base             >= 4       && < 5
-                   , bytestring       >= 0.9     && < 0.10
                    , template-haskell
-                   , blaze-html       >= 0.4     && < 0.5
                    , parsec           >= 2       && < 4
-                   , failure          >= 0.1     && < 0.2
                    , text             >= 0.7     && < 0.12
-                   , containers       >= 0.2     && < 0.5
-                   , blaze-builder    >= 0.2     && < 0.4
-                   , process          >= 1.0     && < 1.2
     exposed-modules: 
                      Text.Shakespeare
                      Text.Shakespeare.Base
