[Pkg-haskell-commits] darcs: haskell-safe: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 16:10:48 UTC 2011


Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e2ec6b8777a7ae490c37d3214286b456

    M ./changelog +4
    M ./control -6 +6

Sat Jan 15 15:06:19 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: e2ec6b8777a7ae490c37d3214286b456
diff -rN -u old-haskell-safe/changelog new-haskell-safe/changelog
--- old-haskell-safe/changelog	2011-01-15 16:10:48.132017027 +0000
+++ new-haskell-safe/changelog	2011-01-15 16:10:48.136017238 +0000
@@ -1,7 +1,11 @@
 haskell-safe (0.2-3) UNRELEASED; urgency=low
 
+  [ Marco Túlio Gontijo e Silva ]
   * debian/source/format: Use 3.0 (quilt).
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Sun, 21 Feb 2010 07:46:12 -0300
 
 haskell-safe (0.2-2) unstable; urgency=low
diff -rN -u old-haskell-safe/control new-haskell-safe/control
--- old-haskell-safe/control	2011-01-15 16:10:48.132017027 +0000
+++ new-haskell-safe/control	2011-01-15 16:10:48.136017238 +0000
@@ -7,15 +7,15 @@
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cdbs
- , ghc6 
- , ghc6-prof
- , ghc6-doc
+ , ghc 
+ , ghc-prof
+ , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/safe
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-saf
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-saf
 
-Package: libghc6-safe-dev
+Package: libghc-safe-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -32,7 +32,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-safe-prof
+Package: libghc-safe-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -49,7 +49,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-safe-doc
+Package: libghc-safe-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list