We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4ee33 commit 57e7904Copy full SHA for 57e7904
changelog
@@ -10,6 +10,8 @@
10
11
* Allow aeson 2+. Tested with aeson 2.0.1.0.
12
13
+ * Allow transformers 0.6.
14
+
15
* Fix incorrect table ColWidth documentation (#85, Nils Carlson).
16
The documentation stated that the ColWidth represented the width
17
of the column as a fraction of the table width when in represents
pandoc-types.cabal
@@ -57,7 +57,7 @@ Library
57
ghc-prim >= 0.2,
58
bytestring >= 0.9 && < 0.12,
59
aeson >= 0.6.2 && < 2.1,
60
- transformers >= 0.2 && < 0.6,
+ transformers >= 0.2 && < 0.7,
61
QuickCheck >= 2.10 && < 2.15
62
if !impl(ghc >= 8.0)
63
Build-depends: semigroups == 0.18.*
0 commit comments