packages feed

hakyll-R 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−4 lines, 1 filesdep −binarydep −bytestring

Dependencies removed: binary, bytestring

Files

hakyll-R.cabal view
@@ -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