[Reproducible-commits] [debbindiff] 01/02: Fix .hi comparator

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Apr 3 18:54:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository debbindiff.

commit f55cc03a76fe0a6dbe299ff285fcfbbe02ed6f56
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Apr 3 20:33:05 2015 +0200

    Fix .hi comparator
---
 debbindiff/comparators/haskell.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbindiff/comparators/haskell.py b/debbindiff/comparators/haskell.py
index abdab33..74771bb 100644
--- a/debbindiff/comparators/haskell.py
+++ b/debbindiff/comparators/haskell.py
@@ -26,7 +26,7 @@ from debbindiff.difference import Difference
 class ShowIface(Command):
     @tool_required('ghc')
     def cmdline(self):
-        return ['ghc', '--show-iface', path]
+        return ['ghc', '--show-iface', self.path]
 
 
 @binary_fallback

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list