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
|
build-depends: base-compat >= 0.9
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
other-extensions: NoImplicitPrelude
|
other-extensions: NoImplicitPrelude
|
||||||
hs-source-dirs: .
|
hs-source-dirs: app
|
||||||
main-is: pandoc.hs
|
main-is: pandoc.hs
|
||||||
buildable: True
|
buildable: True
|
||||||
other-modules: Paths_pandoc
|
other-modules: Paths_pandoc
|
||||||
|
|
Loading…
Add table
Reference in a new issue