diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 17:35:56 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-05 17:35:56 -0800 |
| commit | 6c449b5cf034aa8bfbf966c6991da10543adaeba (patch) | |
| tree | 6c431306debba35e83aeadcbbf98428c3c3866cf | |
| parent | bec9485d93ebcdb3d33f5c43cad09f86acb06d1d (diff) | |
| download | pandoc-6c449b5cf034aa8bfbf966c6991da10543adaeba.tar.gz | |
Bump highlighting-kate version.
| -rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3ed7059aa..b1fc1f243 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -215,7 +215,7 @@ Library tagsoup >= 0.12.5 && < 0.13, base64-bytestring >= 0.1 && < 0.2, zlib >= 0.5 && <= 0.6, - highlighting-kate >= 0.5 && < 0.6, + highlighting-kate >= 0.5.0.1 && < 0.6, temporary >= 1.1 && < 1.2 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 @@ -309,7 +309,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.6, + highlighting-kate >= 0.5.0.1 && < 0.6, temporary >= 1.1 && < 1.2 if impl(ghc >= 6.10) Build-depends: base >= 4 && < 5, syb >= 0.1 && < 0.4 |
