diff options
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 |