mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Bump upper bound for data-default.
This commit is contained in:
@@ -110,7 +110,7 @@ library
|
||||
, crypton >= 0.30 && < 1.1
|
||||
, citeproc >= 0.8 && < 0.9
|
||||
, containers >= 0.6.0.1 && < 0.8
|
||||
, data-default >= 0.4 && < 0.8
|
||||
, data-default >= 0.4 && < 0.9
|
||||
, doclayout >= 0.5 && < 0.6
|
||||
, doctemplates >= 0.11 && < 0.12
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
|
||||
@@ -56,7 +56,7 @@ library
|
||||
bytestring >= 0.9 && < 0.13,
|
||||
base64-bytestring >= 0.1 && < 1.3,
|
||||
doctemplates >= 0.11 && < 0.12,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
data-default >= 0.4 && < 0.9,
|
||||
text >= 1.1.1.0 && < 2.2,
|
||||
unicode-collation >= 0.1.1 && < 0.2,
|
||||
servant-server >= 0.19 && < 0.21,
|
||||
|
||||
+1
-1
@@ -496,7 +496,7 @@ library
|
||||
containers >= 0.6.0.1 && < 0.8,
|
||||
crypton >= 0.30 && < 1.1,
|
||||
crypton-connection >= 0.3.1 && < 0.5,
|
||||
data-default >= 0.4 && < 0.8,
|
||||
data-default >= 0.4 && < 0.9,
|
||||
deepseq >= 1.3 && < 1.6,
|
||||
directory >= 1.2.3 && < 1.4,
|
||||
doclayout >= 0.5 && < 0.6,
|
||||
|
||||
Reference in New Issue
Block a user