mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-27 09:55:57 +00:00
Allow containers 0.8.
This commit is contained in:
+3
-3
@@ -470,7 +470,7 @@ library xml-light
|
||||
build-depends: xml >= 1.3.12 && < 1.4,
|
||||
xml-conduit >= 1.9.1.1 && < 1.11,
|
||||
xml-types >= 0.3 && < 0.4,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
containers >= 0.6.0.1 && < 0.9,
|
||||
text >= 1.1.1.0 && < 2.2
|
||||
|
||||
hs-source-dirs: xml-light
|
||||
@@ -498,7 +498,7 @@ library
|
||||
commonmark >= 0.2.6.1 && < 0.3,
|
||||
commonmark-extensions >= 0.2.6 && < 0.3,
|
||||
commonmark-pandoc >= 0.2.3 && < 0.3,
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
containers >= 0.6.0.1 && < 0.9,
|
||||
crypton >= 0.30 && < 1.1,
|
||||
crypton-connection >= 0.3.1 && < 0.5,
|
||||
data-default >= 0.4 && < 0.9,
|
||||
@@ -792,7 +792,7 @@ test-suite test-pandoc
|
||||
Diff >= 0.2 && < 1.1,
|
||||
Glob >= 0.7 && < 0.11,
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
containers >= 0.4.2.1 && < 0.8,
|
||||
containers >= 0.4.2.1 && < 0.9,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
filepath >= 1.1 && < 1.6,
|
||||
|
||||
Reference in New Issue
Block a user