NOTICE: This package has been removed from pkgsrc

./wip/hs-pandoc-types, Types for representing a structured document

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.12.4.1, Package name: hs-pandoc-types-1.12.4.1, Maintainer: szptvlfn

Text.Pandoc.Definition defines the Pandoc data structure, which is used by
pandoc to represent structured documents. This module used to live in the
pandoc package, but starting with pandoc 1.7, it has been split off, so
that other packages can use it without drawing in all of pandoc's
dependencies, and pandoc itself can depend on packages (like citeproc-hs)
that use them.

Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.

Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.

Text.Pandoc.Walk provides faster, nongeneric functions for manipulating
Pandoc documents.

Text.Pandoc.JSON provides functions for serializing and deserializing a
Pandoc structure to and from JSON.


Required to run:
[wip/ghc] [devel/hs-syb] [devel/hs-deepseq-generics] [converters/hs-aeson]

Master sites:

SHA1: 9855c768dbae08c0588753051ee4ef5b912e539b
RMD160: e038c591b3c2e81bcd1485e29762be11a0f2513a
Filesize: 18.466 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-09 21:12:00 by Ryosuke Moro | Files touched by this commit (9) | Package removed
Log message:
Remove hs-pandoc-types, imported to pkgsrc/textproc.
   2014-09-08 23:25:27 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 1.12.4.1

Changes from https://github.com/jgm/pandoc-types
1.12.4.1
 - relax cabal constraint for aeson
1.12.4
 - Added NFData instances for use with deepseq
1.12.3.3
 - Added Walkable instances for Citation.
   This address pandoc #1269 -- previously `walk` did not enter
   into Citation prefixes and suffixes.
   2014-09-07 23:10:01 by Ryosuke Moro | Files touched by this commit (12)
Log message:
Remove hs-aeson, imported to pkgsrc/converters.
   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-21 23:04:42 by Ryosuke Moro | Files touched by this commit (97)
Log message:
Remove hs-network, imported to pkgsrc/net.
Remove hs-random, hs-syb, imported to pkgsrc/devel.
Remove hs-x11, imported to pkgsrc/x11.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-02-25 23:21:19 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 1.12.3.2

changes:
1.12.3.2
 - Added DeriveTraversable to Builder. Closes #10.
(  #10 => https://github.com/jgm/pandoc-types/issues/10 )