[DHG_packages] 01/26: fix io-path haddock
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Jun 1 11:15:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch LTS-6
in repository DHG_packages.
commit 4c25b9d69764b72d233836b7bdf077775fe40bd7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jun 1 11:18:08 2016 +0200
fix io-path haddock
---
p/haskell-path-io/debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/p/haskell-path-io/debian/rules b/p/haskell-path-io/debian/rules
index 1af7df7..cbdf343 100755
--- a/p/haskell-path-io/debian/rules
+++ b/p/haskell-path-io/debian/rules
@@ -3,5 +3,8 @@
DEB_CABAL_PACKAGE = path-io
DEB_DEFAULT_COMPILER = ghc
+# keep haddock from choking on non-ASCII characters
+export LC_ALL=C.UTF-8
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list