[DHG_packages] 02/02: Replace lost bracket.
Clint Adams
clint at moszumanska.debian.org
Fri May 6 18:57:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 211172562e577d21f1deb9b9973969969a2eb2cb
Author: Clint Adams <clint at debian.org>
Date: Fri May 6 13:44:57 2016 -0400
Replace lost bracket.
---
p/haskell-lambdabot-haskell-plugins/debian/changelog | 6 ++++++
.../debian/patches/newer-haskell-src-exts | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/p/haskell-lambdabot-haskell-plugins/debian/changelog b/p/haskell-lambdabot-haskell-plugins/debian/changelog
index 56d68e1..b412dd1 100644
--- a/p/haskell-lambdabot-haskell-plugins/debian/changelog
+++ b/p/haskell-lambdabot-haskell-plugins/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lambdabot-haskell-plugins (5.0.3-5) unstable; urgency=medium
+
+ * Replace lost bracket.
+
+ -- Clint Adams <clint at debian.org> Fri, 06 May 2016 13:44:37 -0400
+
haskell-lambdabot-haskell-plugins (5.0.3-4) unstable; urgency=medium
* Patch for newer haskell-src-exts.
diff --git a/p/haskell-lambdabot-haskell-plugins/debian/patches/newer-haskell-src-exts b/p/haskell-lambdabot-haskell-plugins/debian/patches/newer-haskell-src-exts
index bd3fdd2..f7e342d 100644
--- a/p/haskell-lambdabot-haskell-plugins/debian/patches/newer-haskell-src-exts
+++ b/p/haskell-lambdabot-haskell-plugins/debian/patches/newer-haskell-src-exts
@@ -53,7 +53,7 @@
---- combine function binding and lambda
-optimizeD (FunBind [Match locat fname pats1 Nothing (UnGuardedRhs (Lambda _ pats2 rhs)) (BDecls [])])
- = FunBind [Match locat fname (pats1 ++ pats2) Nothing (UnGuardedRhs rhs) (BDecls [])]
-+optimizeD (FunBind [Match locat fname pats1 Nothing (UnGuardedRhs (Lambda _ pats2 rhs)) Nothing)
++optimizeD (FunBind [Match locat fname pats1 Nothing (UnGuardedRhs (Lambda _ pats2 rhs)) Nothing])
+ = FunBind [Match locat fname (pats1 ++ pats2) Nothing (UnGuardedRhs rhs) Nothing]
optimizeD x = x
--
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