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

Marco Silva marcot at debian.org
Sat Jan 15 15:22:08 UTC 2011


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

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

Sat Jan 15 15:05:50 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 5e58e6aa1c83cdbab4a0bc77ea6aee7
diff -rN -u old-haskell-data-accessor/changelog new-haskell-data-accessor/changelog
--- old-haskell-data-accessor/changelog	2011-01-15 15:22:08.194104180 +0000
+++ new-haskell-data-accessor/changelog	2011-01-15 15:22:08.198104391 +0000
@@ -1,3 +1,9 @@
+haskell-data-accessor (0.2.1.4-2) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:51 -0200
+
 haskell-data-accessor (0.2.1.4-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-data-accessor/control new-haskell-data-accessor/control
--- old-haskell-data-accessor/control	2011-01-15 15:22:08.190103969 +0000
+++ new-haskell-data-accessor/control	2011-01-15 15:22:08.194104180 +0000
@@ -4,18 +4,18 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
- ghc6, ghc6-prof,
- libghc6-transformers-dev (>= 0.2),
- libghc6-transformers-dev (<< 0.3),
- libghc6-transformers-prof
-Build-Depends-Indep: ghc6-doc,
- libghc6-transformers-doc
+ ghc, ghc-prof,
+ libghc-transformers-dev (>= 0.2),
+ libghc-transformers-dev (<< 0.3),
+ libghc-transformers-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-transformers-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/data-accessor
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-data-accessor
 
-Package: libghc6-data-accessor-dev
+Package: libghc-data-accessor-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -30,7 +30,7 @@
  of a record and sub-records to make the access look like the fields
  of the sub-record belong to the main record.
 
-Package: libghc6-data-accessor-prof
+Package: libghc-data-accessor-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -46,7 +46,7 @@
  of a record and sub-records to make the access look like the fields
  of the sub-record belong to the main record.
 
-Package: libghc6-data-accessor-doc
+Package: libghc-data-accessor-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list