Move executable to app directory.

Otherwise we have problems with cabal repl.
This commit is contained in:
John MacFarlane 2020-12-10 10:08:24 -08:00
parent a3eb87b2ea
commit 1fd642dd30
2 changed files with 1 additions and 1 deletions

View file

@ -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