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
|
main-is: trypandoc.hs
|
||||||
hs-source-dirs: trypandoc
|
hs-source-dirs: trypandoc
|
||||||
if flag(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
|
buildable: True
|
||||||
else
|
else
|
||||||
buildable: False
|
buildable: False
|
||||||
|
|
Loading…
Add table
Reference in a new issue