diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-12-22 22:11:50 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-12-22 22:11:50 -0800 |
commit | 8a61700f9ea5b246d5d96ca8dbbacc151396b459 (patch) | |
tree | 9770dda9bf6e647cf5cbfaa540b8d4114a9460a7 | |
parent | fca95bf43c16f19466df26c7875a5c8be144b77e (diff) | |
parent | 1c854ea5c385fa50a13260356bbec99a974c09de (diff) | |
download | pandoc-8a61700f9ea5b246d5d96ca8dbbacc151396b459.tar.gz |
Merge pull request #364 from aslatter/master
Update package description for GHC 7.4
-rw-r--r-- | pandoc.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d6eb33d41..b05c4bbd3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -204,13 +204,13 @@ Library blaze-html >= 0.4.3.0 && < 0.5, mtl >= 1.1 && < 2.1, network >= 2 && < 2.4, - filepath >= 1.1 && < 1.3, + filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.2, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, HTTP >= 4000.0.5 && < 4000.3, texmath >= 0.5 && < 0.6, xml >= 1.3.5 && < 1.4, @@ -290,13 +290,13 @@ Executable pandoc blaze-html >= 0.4.3.0 && < 0.5, mtl >= 1.1 && < 2.1, network >= 2 && < 2.4, - filepath >= 1.1 && < 1.3, + filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, directory >= 1 && < 1.2, bytestring >= 0.9 && < 1.0, zip-archive >= 0.1.1.7 && < 0.2, utf8-string >= 0.3 && < 0.4, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, HTTP >= 4000.0.5 && < 4000.3, texmath >= 0.5 && < 0.6, xml >= 1.3.5 && < 1.4, @@ -363,7 +363,7 @@ Executable test-pandoc test-framework-quickcheck2 >= 0.2.9 && < 0.3, QuickCheck >= 2.4 && < 2.6, HUnit >= 1.2 && < 1.3, - template-haskell >= 2.4 && < 2.7, + template-haskell >= 2.4 && < 2.8, ansi-terminal == 0.5.* Other-Modules: Tests.Old Tests.Helpers |