aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-10 10:08:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-10 10:08:24 -0800
commit1fd642dd30f92ceb6298369f2e1b6b7e9b67c665 (patch)
tree83f4c238f074de21f9f1584137eb51aa591f9240
parenta3eb87b2eab9def3e28364b43300043f5e13268d (diff)
downloadpandoc-1fd642dd30f92ceb6298369f2e1b6b7e9b67c665.tar.gz
Move executable to app directory.
Otherwise we have problems with cabal repl.
-rw-r--r--app/pandoc.hs (renamed from pandoc.hs)0
-rw-r--r--pandoc.cabal2
2 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.hs b/app/pandoc.hs
index 9ed3b9e9f..9ed3b9e9f 100644
--- a/pandoc.hs
+++ b/app/pandoc.hs
diff --git a/pandoc.cabal b/pandoc.cabal
index 5829856da..2e447a553 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -683,7 +683,7 @@ executable pandoc
build-depends: base-compat >= 0.9
default-language: Haskell2010
other-extensions: NoImplicitPrelude
- hs-source-dirs: .
+ hs-source-dirs: app
main-is: pandoc.hs
buildable: True
other-modules: Paths_pandoc