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

Marco Silva marcot at debian.org
Sat Jan 15 15:37:17 UTC 2011


Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 9d95d7583d87bc41fb4b424edf5f8ea5

    M ./changelog -2 +8
    M ./control -9 +9

Sat Jan 15 15:05:57 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 9d95d7583d87bc41fb4b424edf5f8ea5
diff -rN -u old-haskell-hscurses/changelog new-haskell-hscurses/changelog
--- old-haskell-hscurses/changelog	2011-01-15 15:37:17.274026830 +0000
+++ new-haskell-hscurses/changelog	2011-01-15 15:37:17.282027251 +0000
@@ -1,3 +1,9 @@
+haskell-hscurses (1.3.0.2-4) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:08 -0200
+
 haskell-hscurses (1.3.0.2-3) unstable; urgency=low
 
   * control: Use versioned Replaces: and Conflicts:
@@ -32,8 +38,8 @@
   * debian/control: Remove haddock from Build-Depends:, since it's now a
     Depends: of haskell-devscripts.
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-unix-*,
-    libghc6-old-time-* and libghc6-old-locale-*.
+  * debian/control: Remove uneeded Build-Depends: in libghc-unix-*,
+    libghc-old-time-* and libghc-old-locale-*.
   * debian/control: Use unversioned link in Homepage:.
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-hscurses/control new-haskell-hscurses/control
--- old-haskell-hscurses/control	2011-01-15 15:37:17.274026830 +0000
+++ new-haskell-hscurses/control	2011-01-15 15:37:17.282027251 +0000
@@ -6,19 +6,19 @@
 Build-Depends: debhelper (>= 7)
  , cdbs
  , haskell-devscripts (>= 0.7)
- , ghc6 
- , ghc6-prof
- , ghc6-doc
+ , ghc 
+ , ghc-prof
+ , ghc-doc
  , libncurses5-dev
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , libghc6-mtl-doc
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-mtl-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/hscurses
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hscurses
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hscurses
 
-Package: libghc6-hscurses-dev
+Package: libghc-hscurses-dev
 Section: haskell
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
@@ -32,7 +32,7 @@
  .
  This package is built for GHC 6.
 
-Package: libghc6-hscurses-prof
+Package: libghc-hscurses-prof
 Section: haskell
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
@@ -46,7 +46,7 @@
  .
  This package is built for GHC 6 with profiling enabled.
 
-Package: libghc6-hscurses-doc
+Package: libghc-hscurses-doc
 Replaces: haskell-hscurses-doc (<< 1.3.0.2-2)
 Conflicts: haskell-hscurses-doc (<< 1.3.0.2-2)
 Provides: haskell-hscurses-doc





More information about the Pkg-haskell-commits mailing list