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

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


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

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

Sat Jan 15 15:06:20 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 2e246908092d6da2b12487fe90a06b59
diff -rN -u old-haskell-uniplate/changelog new-haskell-uniplate/changelog
--- old-haskell-uniplate/changelog	2011-01-15 16:17:30.745234869 +0000
+++ new-haskell-uniplate/changelog	2011-01-15 16:17:30.749235080 +0000
@@ -1,8 +1,12 @@
 haskell-uniplate (1.6-1) UNRELEASED; urgency=low
 
+  [ Erik de Castro Lopo ]
   * New upstream release.
   * debian/control: Standards version to 3.9.1, no changes needed.
-  * Remove libghc6-uniplate-doc.doc-base.
+  * Remove libghc-uniplate-doc.doc-base.
+
+  [ Marco Silva ]
+  * Use ghc instead of ghc
 
  -- Erik de Castro Lopo <erikd at mega-nerd.com>  Sun,  2 Jan 2011 10:47:13 +1100
 
@@ -46,7 +50,7 @@
     - Maintainer is Debian Haskell Group.
     - Add myself to uploaders.
     - Add Vcs-Darcs entry.
-  * Add libghc6-uniplate-doc.doc-base 
+  * Add libghc-uniplate-doc.doc-base 
 
   [ Marco Túlio Gontijo e Silva ]
   * debian/control: Change Priority: to extra.
diff -rN -u old-haskell-uniplate/control new-haskell-uniplate/control
--- old-haskell-uniplate/control	2011-01-15 16:17:30.745234869 +0000
+++ new-haskell-uniplate/control	2011-01-15 16:17:30.749235080 +0000
@@ -7,17 +7,17 @@
  , debhelper (>= 7)
  , haskell-devscripts (>= 0.7)
  , cdbs
- , ghc6
- , ghc6-prof
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , libghc6-mtl-doc
+ , ghc
+ , ghc-prof
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-mtl-doc
 Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/uniplate
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-uniplate
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-uniplate
 
-Package: libghc6-uniplate-dev
+Package: libghc-uniplate-dev
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -36,7 +36,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-uniplate-prof
+Package: libghc-uniplate-prof
 Architecture: any
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
@@ -55,7 +55,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-uniplate-doc
+Package: libghc-uniplate-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}





More information about the Pkg-haskell-commits mailing list