Skip to content

Commit

Permalink
Update from Hackage at 2019-11-15T18:26:40Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 15, 2019
1 parent b8655e3 commit 99180e6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions R-pandoc/0.2.3/R-pandoc.cabal
@@ -0,0 +1,40 @@
name: R-pandoc
version: 0.2.3
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: corentin.dupont@gmail.com
bug-reports: http://github.com/cdupont/R-pandoc/issues
description: A pandoc filter to express R plots inside markdown
category: Text
author: Corentin Dupont
extra-source-files: README.md img/Rplot.png

source-repository head
type: git
location: http://github.com/cdupont/R-pandoc.git

library
build-depends:
base >=4.6 && <5,
pandoc-types >=1.12 && <1.18,
directory >=1.2 && <1.4,
filepath >=1.3 && <1.5,
process >=1.2 && <1.7,
split >=0.2 && <0.3
exposed-modules: Text.Pandoc.R
exposed: True
buildable: True
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall

executable R-pandoc
build-depends:
base >=4.6 && <5,
pandoc-types >=1.12 && <1.18,
R-pandoc ==0.2.3
main-is: src/Main.hs
buildable: True
default-language: Haskell2010
1 change: 1 addition & 0 deletions R-pandoc/0.2.3/R-pandoc.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"2700e22605c662f985d7780f2de6b192","Skein512_512":"c5c64677322bedccf0afb3009027378235502f94a39a0ded1cc74f6352419cd10936614148eda460fab465bdd024fa9ba6b15f3fc993ff9acb931d906cdacf33","SHA1":"0a335c6ce7cd43da09a7d27ead7fb275fd9bd9c2","SHA512":"3edbcb2c3601665ceae9e4bd190dff81f90326ba67de59790a306cbe09d4dd2b938993466990756bc01b58acce586b6f7c2247be2542a2eb923ad2631a9314af","SHA256":"8990e9e915278cd8538a75452d4df8fa2f306483268324e968d2110df213eb16"},"package-locations":["https://hackage.haskell.org/package/R-pandoc-0.2.3/R-pandoc-0.2.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/R-pandoc-0.2.3.tar.gz"],"package-size":9089}

0 comments on commit 99180e6

Please sign in to comment.