Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.
This commit is contained in:
parent
699c118885
commit
99c2a31749
2 changed files with 6 additions and 6 deletions
10
pandoc.cabal
10
pandoc.cabal
|
@ -277,11 +277,11 @@ Library
|
|||
tagsoup >= 0.13.7 && < 0.15,
|
||||
base64-bytestring >= 0.1 && < 1.1,
|
||||
zlib >= 0.5 && < 0.7,
|
||||
skylighting >= 0.1.1.2 && < 0.2,
|
||||
skylighting >= 0.1.1.4 && < 0.2,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
temporary >= 1.1 && < 1.3,
|
||||
blaze-html >= 0.5 && < 0.9,
|
||||
blaze-markup >= 0.5.1 && < 0.8,
|
||||
blaze-html >= 0.5 && < 0.10,
|
||||
blaze-markup >= 0.5.1 && < 0.9,
|
||||
yaml >= 0.8.8.2 && < 0.9,
|
||||
scientific >= 0.2 && < 0.4,
|
||||
vector >= 0.10 && < 0.13,
|
||||
|
@ -435,7 +435,7 @@ Executable pandoc
|
|||
text >= 0.11 && < 1.3,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
skylighting >= 0.1.1.2 && < 0.2,
|
||||
skylighting >= 0.1.1.3 && < 0.2,
|
||||
aeson >= 0.7.0.5 && < 1.2,
|
||||
yaml >= 0.8.8.2 && < 0.9,
|
||||
containers >= 0.1 && < 0.6,
|
||||
|
@ -512,7 +512,7 @@ Test-Suite test-pandoc
|
|||
directory >= 1 && < 1.4,
|
||||
filepath >= 1.1 && < 1.5,
|
||||
process >= 1 && < 1.5,
|
||||
skylighting >= 0.1.1.2 && < 0.2,
|
||||
skylighting >= 0.1.1.3 && < 0.2,
|
||||
Diff >= 0.2 && < 0.4,
|
||||
test-framework >= 0.3 && < 0.9,
|
||||
test-framework-hunit >= 0.2 && < 0.4,
|
||||
|
|
|
@ -10,6 +10,6 @@ packages:
|
|||
extra-deps:
|
||||
- doctemplates-0.1.0.2
|
||||
- pandoc-types-1.17.0.4
|
||||
- skylighting-0.1.1.2
|
||||
- skylighting-0.1.1.4
|
||||
- texmath-0.9
|
||||
resolver: lts-7.14
|
||||
|
|
Loading…
Add table
Reference in a new issue