Minor reformatting of cabal file
This commit is contained in:
parent
a0f9467b90
commit
dd706bc49c
1 changed files with 5 additions and 1 deletions
|
@ -754,7 +754,11 @@ executable trypandoc
|
|||
main-is: trypandoc.hs
|
||||
hs-source-dirs: trypandoc
|
||||
if flag(trypandoc)
|
||||
build-depends: aeson, http-types, text, wai >= 0.3, wai-extra >= 3.0.24
|
||||
build-depends: aeson,
|
||||
http-types,
|
||||
text,
|
||||
wai >= 0.3,
|
||||
wai-extra >= 3.0.24
|
||||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
|
|
Loading…
Reference in a new issue