Merge pull request #364 from aslatter/master
Update package description for GHC 7.4
This commit is contained in:
commit
8a61700f9e
1 changed files with 5 additions and 5 deletions
10
pandoc.cabal
10
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
|
||||
|
|
Loading…
Add table
Reference in a new issue