packages feed

pandoc-types 1.12.2.3 → 1.12.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Text/Pandoc/Definition.hs view
@@ -263,7 +263,7 @@                         , Aeson.constructorTagModifier = id                         , Aeson.allNullaryToStringTag = False                         , Aeson.omitNothingFields = False-                        , Aeson.sumEncoding = Aeson.ObjectWithSingleField+                        , Aeson.sumEncoding = Aeson.TaggedObject "t" "c"                         }  toJSON' :: (Generic a, Aeson.GToJSON (Rep a))
pandoc-types.cabal view
@@ -1,5 +1,5 @@ Name:                pandoc-types-Version:             1.12.2.3+Version:             1.12.3 Synopsis:            Types for representing a structured document Description:         @Text.Pandoc.Definition@ defines the 'Pandoc' data                      structure, which is used by pandoc to represent