diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-10 10:08:24 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-10 10:08:24 -0800 |
commit | 1fd642dd30f92ceb6298369f2e1b6b7e9b67c665 (patch) | |
tree | 83f4c238f074de21f9f1584137eb51aa591f9240 | |
parent | a3eb87b2eab9def3e28364b43300043f5e13268d (diff) | |
download | pandoc-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.cabal | 2 |
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 |