pandoc-types 1.12.3.1 → 1.12.3.2
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Text/Pandoc/Builder.hs +1/−1
- pandoc-types.cabal +1/−1
Text/Pandoc/Builder.hs view
@@ -1,6 +1,6 @@ {-# LANGUAGE TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, GeneralizedNewtypeDeriving, CPP, StandaloneDeriving,- DeriveGeneric #-}+ DeriveGeneric, DeriveTraversable #-} {- Copyright (C) 2010-2012 John MacFarlane <jgm@berkeley.edu>
pandoc-types.cabal view
@@ -1,5 +1,5 @@ Name: pandoc-types-Version: 1.12.3.1+Version: 1.12.3.2 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent