[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.1-2-49-gdaefc69
John Goerzen
jgoerzen at complete.org
Tue Feb 16 22:45:12 UTC 2010
The following commit has been merged in the master branch:
commit 2630f1825b4f3e181a36c86393c39b57b833a8db
Author: Sergei Trofimovich <slyich at gmail.com>
Date: Sat Jan 23 13:15:16 2010 +0200
missingh and ghc-6.12+latest hscolour failure
--MP_/Kha6ap1oIAxDH7T4UVc2ykv
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hello!
I think patch should be obvious. It
lives in gentoo from the time I sent it.
Thanks!
--=20
Sergei
From 3edf52ea59ab27c9293dbf55d03e6bc452fa03a4 Mon Sep 17 00:00:00 2001
From: Sergei Trofimovich <slyfox at inbox.ru>
Date: Tue, 19 Jan 2010 22:35:07 +0200
Subject: [PATCH] converted src/System/Time/ParseDate.hs to UTF-8
The only available haskell source encoding is UTF-8.
ghc-6.12 (and darcs hscolour too) is aware of locale
IO, so building coloured sources fails on UTF-8 locale.
missingh $ cabal configure
Resolving dependencies...
Configuring MissingH-1.1.0.1...
missingh $ cabal hscolour
Preprocessing library MissingH-1.1.0.1...
Preprocessing executables for MissingH-1.1.0.1...
Running hscolour for MissingH-1.1.0.1...
HsColour: src/System/Time/ParseDate.hs: hGetContents: invalid argument (invalid UTF-8 byte sequence)
Fixing by simple
iconv -f ISO-8859-1 -t UTF-8
Signed-off-by: Sergei Trofimovich <slyfox at inbox.ru>
diff --git a/src/System/Time/ParseDate.hs b/src/System/Time/ParseDate.hs
index 354b7c0..c251b27 100644
--- a/src/System/Time/ParseDate.hs
+++ b/src/System/Time/ParseDate.hs
@@ -1,9 +1,9 @@
{- |
Module : System.Time.ParseDate
- Copyright : (c) by Björn Bringert
+ Copyright : (c) by Björn Bringert
License : GPL2
- Maintainer : Björn Bringert
+ Maintainer : Björn Bringert
Stability : provisional
Portability : portable
--
Debian package for MissingH
More information about the Pkg-haskell-commits
mailing list