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

Marco Silva marcot at debian.org
Sat Jan 15 16:01:34 UTC 2011


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

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

Sat Jan 15 15:06:03 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: dbe67738cd217d031d751411ff5b4eee
diff -rN -u old-haskell-lexer/changelog new-haskell-lexer/changelog
--- old-haskell-lexer/changelog	2011-01-15 16:01:34.258826062 +0000
+++ new-haskell-lexer/changelog	2011-01-15 16:01:34.262826273 +0000
@@ -1,3 +1,9 @@
+haskell-lexer (1.0-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:17 -0200
+
 haskell-lexer (1.0-1) unstable; urgency=low
 
   * Initial debian package. (Closes: #590072)
diff -rN -u old-haskell-lexer/control new-haskell-lexer/control
--- old-haskell-lexer/control	2011-01-15 16:01:34.258826062 +0000
+++ new-haskell-lexer/control	2011-01-15 16:01:34.262826273 +0000
@@ -6,15 +6,15 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc6
-  , ghc6-prof
-Build-Depends-Indep: ghc6-doc
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.0
 Homepage: http://hackage.haskell.org/package/haskell-lexer
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lexer
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lexer
 
-Package: libghc6-haskell-lexer-dev
+Package: libghc-haskell-lexer-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -29,7 +29,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-haskell-lexer-prof
+Package: libghc-haskell-lexer-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -44,7 +44,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-haskell-lexer-doc
+Package: libghc-haskell-lexer-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list