pandoc.cabal: allow hslua 1.2 again
Sporadic test failures also happen with hslua-1.1.*, so there is no need
to exclude the newer version.
This reverts commit 315b5a4836
.
This commit is contained in:
parent
26ed7fb4f9
commit
c9e7ccba6f
1 changed files with 2 additions and 2 deletions
|
@ -416,7 +416,7 @@ library
|
|||
blaze-html >= 0.9 && < 0.10,
|
||||
blaze-markup >= 0.8 && < 0.9,
|
||||
jira-wiki-markup >= 1.3.2 && < 1.4,
|
||||
hslua >= 1.1 && < 1.2,
|
||||
hslua >= 1.1 && < 1.3,
|
||||
hslua-module-system >= 0.2 && < 0.3,
|
||||
hslua-module-text >= 0.2.1 && < 0.4,
|
||||
binary >= 0.5 && < 0.11,
|
||||
|
@ -750,7 +750,7 @@ test-suite test-pandoc
|
|||
time >= 1.5 && < 1.10,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
filepath >= 1.1 && < 1.5,
|
||||
hslua >= 1.1 && < 1.2,
|
||||
hslua >= 1.1 && < 1.3,
|
||||
process >= 1.2.3 && < 1.7,
|
||||
temporary >= 1.1 && < 1.4,
|
||||
Diff >= 0.2 && < 0.5,
|
||||
|
|
Loading…
Add table
Reference in a new issue