diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
 # hw-conduit
-[![Circle CI](https://circleci.com/gh/haskell-works/hw-conduit.svg?style=svg)](https://circleci.com/gh/haskell-works/hw-conduit)
+[![v0.0-branch](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/v0.0-branch.svg?style=svg)](https://circleci.com/gh/haskell-conduit/hw-conduit/tree/v0.0-branch)
 
 Extra facilities for conduits.
diff --git a/hw-conduit.cabal b/hw-conduit.cabal
--- a/hw-conduit.cabal
+++ b/hw-conduit.cabal
@@ -1,5 +1,5 @@
 name:                   hw-conduit
-version:                0.0.0.6
+version:                0.0.0.8
 synopsis:               Conduits for tokenizing streams.
 description:            Please see README.md
 homepage:               http://github.com/haskell-works/hw-conduit#readme
@@ -18,16 +18,9 @@
   hs-source-dirs:       app
   main-is:              Main.hs
   ghc-options:          -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
-  build-depends:        base            >= 4
-                      , bytestring
-                      , conduit
+  build-depends:        base              >= 4
                       , criterion
-                      , hw-bits
-                      , hw-prim
                       , hw-conduit
-                      , mmap
-                      , resourcet
-                      , vector
   default-language:     Haskell2010
 
 library
@@ -37,26 +30,12 @@
                       , HaskellWorks.Data.Conduit.Json.Blank
                       , HaskellWorks.Data.Conduit.Json.Words
                       , HaskellWorks.Data.Conduit.List
-  build-depends:        base                            >= 4.7  && < 5
+  build-depends:        base              >= 4.7  && < 5
                       , array
-                      , attoparsec                      >= 0.10
                       , bytestring
-                      , conduit                         >= 1.1  && < 1.3
-                      , deepseq                         <  1.5
-                      , ghc-prim
+                      , conduit
                       , hw-bits
-                      , hw-prim
-                      , lens
-                      , mmap
-                      , mono-traversable
-                      , parsec
-                      , QuickCheck
-                      , random
-                      , resourcet                       >= 1.1
-                      , safe
-                      , text
-                      , vector
-                      , word8
+                      , resourcet
 
   default-language:     Haskell2010
   ghc-options:          -rtsopts -with-rtsopts=-N -Wall -O2 -Wall -msse4.2
@@ -68,19 +47,9 @@
   other-modules:        HaskellWorks.Data.Conduit.ByteStringSpec
                       , HaskellWorks.Data.Conduit.Json.BlankSpec
   build-depends:        base
-                      , attoparsec                      >= 0.10
                       , bytestring
-                      , conduit                         >= 1.1  && < 1.3
-                      , hspec                           >= 1.3
-                      , hw-bits
-                      , hw-prim
+                      , hspec
                       , hw-conduit
-                      , mmap
-                      , parsec
-                      , QuickCheck
-                      , resourcet                       >= 1.1
-                      , transformers
-                      , vector
   ghc-options:          -threaded -rtsopts -with-rtsopts=-N -Wall
   default-language:     Haskell2010
 
@@ -98,8 +67,6 @@
                       , bytestring
                       , conduit
                       , criterion
-                      , hw-bits
-                      , hw-prim
                       , hw-conduit
                       , mmap
                       , resourcet
