aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index efd8bc9bd..d609b923e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -42,7 +42,7 @@ Library
else
Build-Depends: base < 3
Build-Depends: parsec, xhtml, mtl, regex-compat, network
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: .
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Blocks,
Text.Pandoc.Definition,
@@ -68,7 +68,7 @@ Library
Ghc-Prof-Options: -auto-all
Executable pandoc
- Hs-Source-Dirs: src
+ Hs-Source-Dirs: .
Main-Is: Main.hs
Ghc-Options: -O2
Ghc-Prof-Options: -auto-all