diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 04:16:22 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-03 04:16:22 +0000 |
commit | 7d01c5609fed3fa207453046ff88fd0257d0437c (patch) | |
tree | 21e05b9dc640eaeada1c04f988b75825768e1c66 /textproc/hs-pandoc/Makefile | |
parent | 7f2b7e6b93d233d878d54377ef7bffd9178cba63 (diff) |
Notes
Diffstat (limited to 'textproc/hs-pandoc/Makefile')
-rw-r--r-- | textproc/hs-pandoc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index fc5700d8c1f0..7da972edbf3c 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -18,11 +18,11 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs USE_CABAL= base64-bytestring>=0.1 blaze-html>=0.4.3.0 citeproc-hs>=0.3.4 \ - highlighting-kate>=0.5.0.2 HTTP>=4000.0.5 json>=0.4 \ - mtl>=1.1 network>=2 pandoc-types>=1.9.0.2 parsec>=3.1 \ - random>=1 syb>=0.1 tagsoup>=0.12.5 temporary>=1.1 \ - texmath>=0.6.0.2 utf8-string>=0.3 xml>=1.3.12 \ - zip-archive>=0.1.1.7 zlib>=0.5 + highlighting-kate>=0.5.1 HTTP>=4000.0.5 json>=0.4 mtl>=1.1 \ + network>=2 pandoc-types>=1.9.0.2 parsec>=3.1 random>=1 \ + syb>=0.1 tagsoup>=0.12.5 temporary>=1.1 texmath>=0.6.0.2 \ + utf8-string>=0.3 xml>=1.3.12 zip-archive>=0.1.1.7 \ + zlib>=0.5 MAN1= pandoc.1 MAN5= pandoc_markdown.5 |