[Pkg-haskell-commits] darcs: ghc: New release candiate (7.8 RC 2)

Joachim Breitner mail at joachim-breitner.de
Mon Mar 3 14:35:57 UTC 2014


Mon Mar  3 13:34:08 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New release candiate (7.8 RC 2)

    M ./changelog -1 +2
    R ./patches/hpc-wrapper
    M ./patches/series -1

Mon Mar  3 13:34:08 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * New release candiate (7.8 RC 2)
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2014-03-03 14:35:57.211873631 +0000
+++ new-ghc/changelog	2014-03-03 14:35:57.231873630 +0000
@@ -1,5 +1,6 @@
-ghc (7.8.20140130-4) UNRELEASED; urgency=medium
+ghc (7.8.20140228-1) UNRELEASED; urgency=medium
 
+  * New release candiate (7.8 RC 2)
   * Do not provide stm or parallel, these are not officially part of the GHC
     distribution.
 
diff -rN -u old-ghc/patches/hpc-wrapper new-ghc/patches/hpc-wrapper
--- old-ghc/patches/hpc-wrapper	2014-03-03 14:35:57.211873631 +0000
+++ new-ghc/patches/hpc-wrapper	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-Index: ghc-7.9.20140130/utils/hpc/ghc.mk
-===================================================================
---- ghc-7.9.20140130.orig/utils/hpc/ghc.mk	2014-01-31 17:28:32.000000000 +0000
-+++ ghc-7.9.20140130/utils/hpc/ghc.mk	2014-02-04 23:15:53.000000000 +0000
-@@ -15,4 +15,7 @@
- utils/hpc_dist-install_INSTALL         = YES
- utils/hpc_dist-install_INSTALL_INPLACE = YES
- utils/hpc_dist-install_PROGNAME        = hpc
-+utils/hpc_dist-install_SHELL_WRAPPER   = YES
-+utils/hpc_dist-install_INSTALL_SHELL_WRAPPER_NAME = hpc
-+
- $(eval $(call build-prog,utils/hpc,dist-install,1))
-Index: ghc-7.9.20140130/utils/hpc/hpc.wrapper
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ ghc-7.9.20140130/utils/hpc/hpc.wrapper	2014-02-04 23:17:49.000000000 +0000
-@@ -0,0 +1,2 @@
-+#!/bin/sh
-+exec "$executablename" ${1+"$@"}
diff -rN -u old-ghc/patches/series new-ghc/patches/series
--- old-ghc/patches/series	2014-03-03 14:35:57.211873631 +0000
+++ new-ghc/patches/series	2014-03-03 14:35:57.227873630 +0000
@@ -2,4 +2,3 @@
 ARM-VFPv3D16
 no-missing-haddock-file-warning
 haddock-hardcode-ghc-paths
-hpc-wrapper




More information about the Pkg-haskell-commits mailing list