Skip to content

Commit 57e7904

Browse files
committed
Allow transformers 0.6.
1 parent 8b4ee33 commit 57e7904

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
* Allow aeson 2+. Tested with aeson 2.0.1.0.
1212

13+
* Allow transformers 0.6.
14+
1315
* Fix incorrect table ColWidth documentation (#85, Nils Carlson).
1416
The documentation stated that the ColWidth represented the width
1517
of the column as a fraction of the table width when in represents

pandoc-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Library
5757
ghc-prim >= 0.2,
5858
bytestring >= 0.9 && < 0.12,
5959
aeson >= 0.6.2 && < 2.1,
60-
transformers >= 0.2 && < 0.6,
60+
transformers >= 0.2 && < 0.7,
6161
QuickCheck >= 2.10 && < 2.15
6262
if !impl(ghc >= 8.0)
6363
Build-depends: semigroups == 0.18.*

0 commit comments

Comments
 (0)