Capitalized Build-Depends for consistency.

This commit is contained in:
John MacFarlane 2014-08-24 08:34:30 -07:00
parent 80af713743
commit c956eb617d

View file

@ -376,7 +376,7 @@ Executable trypandoc
Hs-Source-Dirs: trypandoc
default-language: Haskell2010
if flag(trypandoc)
build-depends: base, aeson, pandoc, highlighting-kate,
Build-Depends: base, aeson, pandoc, highlighting-kate,
text, wai-extra, wai >= 0.3, http-types
Buildable: True
else