summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-form
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-07 15:44:58 -0500
committerClint Adams <clint@debian.org>2015-12-07 15:44:58 -0500
commitc0aabdf70be40a42e627a508db73f58791054173 (patch)
tree0fc90d68c363567e863d30f1fb5a0a148f69fb4b /p/haskell-yesod-form
parent6838c5486ccd921c11bcfab9991216dee5418817 (diff)
downloadDHG_packages-c0aabdf70be40a42e627a508db73f58791054173.tar.gz
{bytestring-progress,hmatrix,yesod-form}: export LC_ALL=C.UTF-8 to stop haddock from choking on non-ASCII characters
Diffstat (limited to 'p/haskell-yesod-form')
-rwxr-xr-xp/haskell-yesod-form/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/haskell-yesod-form/debian/rules b/p/haskell-yesod-form/debian/rules
index 01f1aaf04..96aff3997 100755
--- a/p/haskell-yesod-form/debian/rules
+++ b/p/haskell-yesod-form/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export LC_ALL=C.UTF-8 # keep haddock from choking on non-ASCII characters
+
DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk