diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
 
 [![Hackage](https://img.shields.io/hackage/v/conduit-algorithms.svg)](https://hackage.haskell.org/package/conduit-algorithms)
 [![Hackage-Deps](https://img.shields.io/hackage-deps/v/conduit-algorithms.svg)](http://packdeps.haskellers.com/feed?needle=conduit-algorithms)
+[![Stackage (LTS)](http://stackage.org/package/conduit-algorithms/badge/lts)](http://stackage.org/lts/package/conduit-algorithms)
 [![Travis](https://api.travis-ci.org/luispedro/conduit-algorithms.png)](https://travis-ci.org/luispedro/conduit-algorithms)
-
-
 Some conduit-based algorithms.
+
 
 Much of this code was originally part of [NGLess](http://ngless.embl.de) and
 has been in production use for years. However, it can be of generic use.
diff --git a/conduit-algorithms.cabal b/conduit-algorithms.cabal
--- a/conduit-algorithms.cabal
+++ b/conduit-algorithms.cabal
@@ -1,5 +1,5 @@
 name:               conduit-algorithms
-version:            0.0.6.0
+version:            0.0.6.1
 synopsis:           Conduit-based algorithms
 description:        Algorithms on Conduits, including higher level asynchronous
                     processing and some other utilities.
@@ -30,15 +30,11 @@
     conduit-extra,
     containers,
     deepseq,
-    directory,
-    filepath,
     mtl,
     resourcet,
     stm,
-    stm-chans,
     stm-conduit >= 2.7,
-    transformers,
-    unix
+    transformers
 
 Test-Suite catest
   default-language: Haskell2010
@@ -59,16 +55,13 @@
     conduit-combinators,
     conduit-extra,
     containers,
-    deepseq,
     directory,
-    filepath,
+    deepseq,
     mtl,
     resourcet,
     stm,
-    stm-chans,
     stm-conduit >= 2.7,
     transformers,
-    unix,
     HUnit,
     test-framework,
     test-framework-hunit,
