diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:07:18 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:30 -0300 |
commit | e0068de61f448e0e40487b391913c767fd80c6ab (patch) | |
tree | af8196ec6735382b9fd07a46019f3900eb1af53d /haskell/haskell-citeproc-hs/README | |
parent | 18a59dbfda9be62d19e2a30895c1ea82bf56bffc (diff) | |
download | slackbuilds-e0068de61f448e0e40487b391913c767fd80c6ab.tar.gz |
haskell/haskell-citeproc-hs: Added (implementation of CSL)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-citeproc-hs/README')
-rw-r--r-- | haskell/haskell-citeproc-hs/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-citeproc-hs/README b/haskell/haskell-citeproc-hs/README new file mode 100644 index 0000000000..ab672e8f40 --- /dev/null +++ b/haskell/haskell-citeproc-hs/README @@ -0,0 +1,9 @@ +citeproc-hs is a Haskell library for rendering bibliographic reference +citations into a variety of styles using a macro language called +Citation Style Language (CSL). + +This requires ghc, haskell-mtl, haskell-json, haskell-utf8-string, +haskell-xml, haskell-syb, haskell-parsec and haskell-pandoc-types. + +When uninstalling, run the following command to unregister the package +from the ghc package database: ghc-pkg recache |