relax some version constraints in the package description
This commit is contained in:
parent
192bf6036a
commit
9804e0aa20
1 changed files with 5 additions and 5 deletions
10
pandoc.cabal
10
pandoc.cabal
|
@ -195,7 +195,7 @@ Library
|
|||
mtl >= 1.1 && < 2.1,
|
||||
network >= 2 && < 2.4,
|
||||
filepath >= 1.1 && < 1.3,
|
||||
process >= 1 && < 1.1,
|
||||
process >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.2,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
zip-archive >= 0.1.1.7 && < 0.2,
|
||||
|
@ -208,7 +208,7 @@ Library
|
|||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.1 && < 0.4,
|
||||
pandoc-types == 1.8.*,
|
||||
json >= 0.4 && < 0.5,
|
||||
json >= 0.4 && < 0.6,
|
||||
dlist >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12 && < 0.13,
|
||||
base64-bytestring >= 0.1 && < 0.2
|
||||
|
@ -281,7 +281,7 @@ Executable pandoc
|
|||
mtl >= 1.1 && < 2.1,
|
||||
network >= 2 && < 2.4,
|
||||
filepath >= 1.1 && < 1.3,
|
||||
process >= 1 && < 1.1,
|
||||
process >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.2,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
zip-archive >= 0.1.1.7 && < 0.2,
|
||||
|
@ -294,7 +294,7 @@ Executable pandoc
|
|||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
citeproc-hs >= 0.3.1 && < 0.4,
|
||||
pandoc-types == 1.8.*,
|
||||
json >= 0.4 && < 0.5,
|
||||
json >= 0.4 && < 0.6,
|
||||
dlist >= 0.4 && < 0.6,
|
||||
tagsoup >= 0.12 && < 0.13,
|
||||
base64-bytestring >= 0.1 && < 0.2
|
||||
|
@ -356,7 +356,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.6,
|
||||
template-haskell >= 2.4 && < 2.7,
|
||||
ansi-terminal == 0.5.*
|
||||
Other-Modules: Tests.Old
|
||||
Tests.Helpers
|
||||
|
|
Loading…
Add table
Reference in a new issue