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

Marco Silva marcot at debian.org
Sat Jan 15 16:07:13 UTC 2011


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

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

Sat Jan 15 15:06:07 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 8273f1e80432fcdef4918920c790d7ba
diff -rN -u old-haskell-polyparse/changelog new-haskell-polyparse/changelog
--- old-haskell-polyparse/changelog	2011-01-15 16:07:13.904726784 +0000
+++ new-haskell-polyparse/changelog	2011-01-15 16:07:13.908726995 +0000
@@ -9,6 +9,9 @@
   [ Joachim Breitner ]
   * Priority: extra
 
+  [ Marco Silva ]
+  * Use ghc instead of ghc
+
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Mon,  5 Apr 2010 17:14:01 +1000
 
 haskell-polyparse (1.3-2) unstable; urgency=low
diff -rN -u old-haskell-polyparse/control new-haskell-polyparse/control
--- old-haskell-polyparse/control	2011-01-15 16:07:13.904726784 +0000
+++ new-haskell-polyparse/control	2011-01-15 16:07:13.908726995 +0000
@@ -7,15 +7,15 @@
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cdbs
- , ghc6 (>= 6.10.3)
- , ghc6-prof
- , ghc6-doc
+ , ghc (>= 6.10.3)
+ , ghc-prof
+ , ghc-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/polyparse
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-polyparse
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-polyparse
 
-Package: libghc6-polyparse-dev
+Package: libghc-polyparse-dev
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -32,7 +32,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-polyparse-prof
+Package: libghc-polyparse-prof
 Architecture: any
 Depends: ${haskell:Depends}
  , ${misc:Depends}
@@ -49,7 +49,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-polyparse-doc
+Package: libghc-polyparse-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list