[Pkg-haskell-commits] darcs: haskell-devscripts: Call ghc-pkg, not ghc-pkg6 (patch by David Fox)

Joachim Breitner mail at joachim-breitner.de
Tue Apr 19 04:55:57 UTC 2011


Tue Apr 19 04:52:46 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Call ghc-pkg, not ghc-pkg6 (patch by David Fox) 
  Ignore-this: 9edc32529d384ba2ef5fb6e8a2851f16

    M ./Dh_Haskell.sh -1 +1
    M ./debian/changelog +4

Tue Apr 19 04:52:46 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Call ghc-pkg, not ghc-pkg6 (patch by David Fox) 
  Ignore-this: 9edc32529d384ba2ef5fb6e8a2851f16
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2011-04-19 04:55:56.863030536 +0000
+++ new-haskell-devscripts/debian/changelog	2011-04-19 04:55:56.879031378 +0000
@@ -1,7 +1,11 @@
 haskell-devscripts (0.8.4) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * hlibrary.mk: Include .hs in DEB_COMPRESS_EXCLUDE
 
+  [ Joachim Breitner ]
+  * Call ghc-pkg, not ghc-pkg6 (patch by David Fox) 
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Tue, 12 Apr 2011 09:34:22 -0300
 
 haskell-devscripts (0.8.3) unstable; urgency=low
diff -rN -u old-haskell-devscripts/Dh_Haskell.sh new-haskell-devscripts/Dh_Haskell.sh
--- old-haskell-devscripts/Dh_Haskell.sh	2011-04-19 04:55:56.863030536 +0000
+++ new-haskell-devscripts/Dh_Haskell.sh	2011-04-19 04:55:56.867030746 +0000
@@ -21,7 +21,7 @@
 }
 
 ghc_pkg_field(){
-    ghc-pkg6 --global field $@ | head -n1
+    ghc-pkg --global field $@ | head -n1
 }
 
 providing_package_for_ghc(){





More information about the Pkg-haskell-commits mailing list