Move executable to app directory.
Otherwise we have problems with cabal repl.
This commit is contained in:
parent
a3eb87b2ea
commit
1fd642dd30
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue