From fe8c81b1f1541b22aa7d847ca62df19f79aac91c Mon Sep 17 00:00:00 2001 From: pgj Date: Fri, 3 Aug 2012 04:16:22 +0000 Subject: - Tighten dependency on highlighting-kate Obtained from: FreeBSD Haskell --- textproc/hs-pandoc/Makefile | 10 +++++----- 1 file 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 -- cgit