diff --git a/http-client-brread-timeout.cabal b/http-client-brread-timeout.cabal
--- a/http-client-brread-timeout.cabal
+++ b/http-client-brread-timeout.cabal
@@ -1,5 +1,5 @@
 name:                   http-client-brread-timeout
-version:                0.1.0.0
+version:                0.1.0.1
 synopsis:       Http client with time-limited brRead
 description:    Http client with timeouts applied in between body read events.
         .
@@ -26,7 +26,6 @@
   default-language:     Haskell2010
   build-depends:        base >= 4.8 && < 5
                       , http-client >= 0.5.0
-                      , template-haskell >= 2.11.0.0
                       , bytestring
 
   exposed-modules:      Network.HTTP.Client.BrReadWithTimeout
