aboutsummaryrefslogtreecommitdiff
path: root/Pandoc.cabal.in
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 03:23:00 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-20 03:23:00 +0000
commitcda0a6d5845c8f9005c0510bca714c31f53ac524 (patch)
tree11fabdca28582ee2d780265007e10760155ff8b7 /Pandoc.cabal.in
parent48f64f64c9df2330462147140227077b5a9a57fa (diff)
downloadpandoc-cda0a6d5845c8f9005c0510bca714c31f53ac524.tar.gz
Removed LICENSE, replacing it with COPYING (text of GPL)
and COPYRIGHT (including copyright information and licenses for other packages used). Modified Pandoc.cabal.in and README accordingly. git-svn-id: https://pandoc.googlecode.com/svn/trunk@249 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Pandoc.cabal.in')
-rw-r--r--Pandoc.cabal.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in
index cbe60f7c1..7e6dec0cf 100644
--- a/Pandoc.cabal.in
+++ b/Pandoc.cabal.in
@@ -1,28 +1,28 @@
Name: Pandoc
Version: @VERSION@
License: GPL
-License-File: LICENSE
+License-File: COPYING
Author: John MacFarlane <jgm@berkeley.edu>
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
Category: Text
-Synopsis: Utilities for translating between various markup formats
+Synopsis: Utilities for translating between various markup formats
Description: Haskell utilities for translating between markdown, HTML,
reStructuredText, LaTeX, and RTF
-Build-Depends: @BUILD_DEPENDS@
+Build-Depends: @BUILD_DEPENDS@
@HS_SOURCE_DIRS@: src
Exposed-Modules: Text.ParserCombinators.Pandoc,
Text.Pandoc.ASCIIMathML,
- Text.Pandoc.Definition,
- Text.Pandoc.HtmlEntities,
- Text.Pandoc.Shared,
- Text.Pandoc.UTF8,
- Text.Pandoc.Writers.DefaultHeaders,
- Text.Pandoc.Writers.HTML,
- Text.Pandoc.Writers.Markdown,
- Text.Pandoc.Writers.LaTeX,
- Text.Pandoc.Writers.RST,
- Text.Pandoc.Writers.S5,
- Text.Pandoc.Writers.RTF,
+ Text.Pandoc.Definition,
+ Text.Pandoc.HtmlEntities,
+ Text.Pandoc.Shared,
+ Text.Pandoc.UTF8,
+ Text.Pandoc.Writers.DefaultHeaders,
+ Text.Pandoc.Writers.HTML,
+ Text.Pandoc.Writers.Markdown,
+ Text.Pandoc.Writers.LaTeX,
+ Text.Pandoc.Writers.RST,
+ Text.Pandoc.Writers.S5,
+ Text.Pandoc.Writers.RTF,
Text.Pandoc.Readers.HTML,
Text.Pandoc.Readers.Markdown,
Text.Pandoc.Readers.RST,