aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-08-24 08:34:30 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-08-24 08:34:30 -0700
commitc956eb617ddd46c37652040ca3e6c8261c938141 (patch)
treec0501bc97cebdccfc2ed8b832a5974fd992a1544 /pandoc.cabal
parent80af713743336a31daccfc3e725773153c4eaf6c (diff)
downloadpandoc-c956eb617ddd46c37652040ca3e6c8261c938141.tar.gz
Capitalized Build-Depends for consistency.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2a7b17d39..3031bc0e0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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