diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-08 11:14:15 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-08 11:14:53 -0800 |
commit | 421b362b990b0ad9373b945c7cdb0c0fb95e463c (patch) | |
tree | b7a782b1002fe16062ad56817d9935f25c04bf47 /pandoc.cabal | |
parent | 64304a2165fa9600cdab1a7e00fd8faa6047e8c4 (diff) | |
download | pandoc-421b362b990b0ad9373b945c7cdb0c0fb95e463c.tar.gz |
Require h-k 0.5.0.2.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 01e2de33e..a54e7dd25 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -213,7 +213,7 @@ Library tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, - highlighting-kate >= 0.5.0.1 && < 0.6, + highlighting-kate >= 0.5.0.2 && < 0.6, temporary >= 1.1 && < 1.2 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 @@ -311,7 +311,7 @@ Executable pandoc tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, - highlighting-kate >= 0.5.0.1 && < 0.6, + highlighting-kate >= 0.5.0.2 && < 0.6, temporary >= 1.1 && < 1.2 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 @@ -369,7 +369,7 @@ Executable test-pandoc tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, - highlighting-kate >= 0.5.0.1 && < 0.6, + highlighting-kate >= 0.5.0.2 && < 0.6, temporary >= 1.1 && < 1.2 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 |