File: pandoc-types.cabal

package info (click to toggle)
haskell-pandoc-types 1.12.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • sloc: haskell: 876; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 2,331 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Name:                pandoc-types
Version:             1.12.4.1
Synopsis:            Types for representing a structured document
Description:         @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.

Homepage:            http://johnmacfarlane.net/pandoc
License:             GPL
License-file:        COPYING
Author:              John MacFarlane
Maintainer:          jgm@berkeley.edu
Bug-Reports:         http://code.google.com/p/pandoc/issues/list
Copyright:           (c) 2006-2010 John MacFarlane
Category:            Text
Build-type:          Simple
Cabal-version:       >=1.6
Source-repository    head
  type:              git
  location:          git://github.com/jgm/pandoc-types.git
Library
  Exposed-modules:   Text.Pandoc.Definition
                     Text.Pandoc.Generic
                     Text.Pandoc.Walk
                     Text.Pandoc.Builder
                     Text.Pandoc.JSON
  Build-depends:     base >= 4 && < 5,
                     containers >= 0.3,
                     syb >= 0.1 && < 0.5,
                     ghc-prim >= 0.2,
                     bytestring >= 0.9 && < 0.11,
                     aeson >= 0.6.2 && < 0.9,
                     deepseq-generics >= 0.1 && < 0.2