aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal.ghc66
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:38 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 02:02:38 +0000
commit2b52241928890e48a30bf243a71282be5348a938 (patch)
tree350bdcc372a58b7fb6289e8c07b4cde40820c32b /pandoc.cabal.ghc66
parent9a67a486c2dc98d14d9687ceb4b01befa09114df (diff)
downloadpandoc-2b52241928890e48a30bf243a71282be5348a938.tar.gz
Changed references to source directory in Makefile and pandoc.cabal.*.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1105 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal.ghc66')
-rw-r--r--pandoc.cabal.ghc664
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal.ghc66 b/pandoc.cabal.ghc66
index 067a31c66..ad26f0418 100644
--- a/pandoc.cabal.ghc66
+++ b/pandoc.cabal.ghc66
@@ -32,7 +32,7 @@ Description: Pandoc is a Haskell library for converting from one markup
format. Thus, adding an input or output format requires
only adding a reader or writer.
Build-Depends: base, parsec, xhtml, mtl, regex-compat, network
-Hs-Source-Dirs: src
+Hs-Source-Dirs: .
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Blocks,
Text.Pandoc.Definition,
@@ -57,6 +57,6 @@ Exposed-Modules: Text.Pandoc,
Ghc-Options: -O0
Executable: pandoc
-Hs-Source-Dirs: src
+Hs-Source-Dirs: .
Main-Is: Main.hs
Ghc-Options: -O0