[Pkg-haskell-commits] [tools] 04/07: No unicode (to be able to build with stable's cpphs)
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Sep 8 07:29:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository tools.
commit 7028fa2d306e2a43bc3b2da2dd2f0058986fe1f6
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Aug 28 12:00:06 2014 -0700
No unicode (to be able to build with stable's cpphs)
---
binNMUs.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/binNMUs.hs b/binNMUs.hs
index d8e0903..5234095 100644
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -47,7 +47,7 @@ data Status -- ^ Status of a binNMU
| DepsMissing -- ^ Some dependencies are not present at all (NEW?)
| WrongSrcVersion -- ^ Different source versions (out-of-date)
| WrongVersion -- ^ Wrong version in wanna build
- | Missing -- ^ Doesn’t exist in wanna build?
+ | Missing -- ^ Doesn't exist in wanna build?
deriving (Eq, Ord, Show)
data Reason
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/tools.git
More information about the Pkg-haskell-commits
mailing list