[Pkg-haskell-commits] darcs: gitit: Fix GHCi detection: add missing $.

Colin Watson cjwatson at debian.org
Mon Apr 15 19:49:47 UTC 2013


Mon Apr 15 19:49:04 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Fix GHCi detection: add missing $.
  Ignore-this: 2bafc594056bfb688139e634e3e8d6de

    M ./changelog +6
    M ./rules -1 +1

Mon Apr 15 19:49:04 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Fix GHCi detection: add missing $.
  Ignore-this: 2bafc594056bfb688139e634e3e8d6de
diff -rN -u old-gitit//changelog new-gitit//changelog
--- old-gitit//changelog	2013-04-15 19:49:47.146536067 +0000
+++ new-gitit//changelog	2013-04-15 19:49:47.150544928 +0000
@@ -1,3 +1,9 @@
+gitit (0.10.3.1-3) UNRELEASED; urgency=low
+
+  * Fix GHCi detection: add missing $.
+
+ -- Colin Watson <cjwatson at debian.org>  Mon, 15 Apr 2013 20:48:49 +0100
+
 gitit (0.10.3.1-2) experimental; urgency=low
 
   * Disable plugin support if GHCi is not available.
diff -rN -u old-gitit//rules new-gitit//rules
--- old-gitit//rules	2013-04-15 19:49:47.146536067 +0000
+++ new-gitit//rules	2013-04-15 19:49:47.154534343 +0000
@@ -11,7 +11,7 @@
 
 DEB_GHC_EXTRA_PACKAGES := gitit (>= $(CABAL_VERSION))
 
-ifeq (0,$(shell ghc --info | grep 'Have interpreter.*NO' >/dev/null 2>&1; echo $?))
+ifeq (0,$(shell ghc --info | grep 'Have interpreter.*NO' >/dev/null 2>&1; echo $$?))
 DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=-plugins
 endif
 





More information about the Pkg-haskell-commits mailing list