diff --git a/hakyll-R.cabal b/hakyll-R.cabal
--- a/hakyll-R.cabal
+++ b/hakyll-R.cabal
@@ -1,5 +1,5 @@
 name:                hakyll-R
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A module allowing to write Hakyll blog posts in Rmd 
 description:         This package declares a Compiler for Rmd posts, which allows to include R code in Rmd and have them rendered (for example as plots).
 license:             BSD3 
@@ -16,9 +16,7 @@
                  process -any,
                  filepath -any,
                  pandoc -any,
-                 directory -any,
-                 bytestring -any,
-                 binary
+                 directory -any
   hs-source-dirs: src
   ghc-options: -Wall -threaded
   default-language: Haskell2010
