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

Marco Silva marcot at debian.org
Sat Jan 15 15:38:18 UTC 2011


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

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

Sat Jan 15 15:05:58 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 1e668b8272283b968a9325bbb7344acd
diff -rN -u old-haskell-hsql-postgresql/changelog new-haskell-hsql-postgresql/changelog
--- old-haskell-hsql-postgresql/changelog	2011-01-15 15:38:18.309244443 +0000
+++ new-haskell-hsql-postgresql/changelog	2011-01-15 15:38:18.317244865 +0000
@@ -1,3 +1,9 @@
+haskell-hsql-postgresql (1.7.3-6) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:09 -0200
+
 haskell-hsql-postgresql (1.7.3-5) unstable; urgency=low
 
   * Fix "Updating the haskell-hsql-postgresql Uploaders list" changing
diff -rN -u old-haskell-hsql-postgresql/control new-haskell-hsql-postgresql/control
--- old-haskell-hsql-postgresql/control	2011-01-15 15:38:18.309244443 +0000
+++ new-haskell-hsql-postgresql/control	2011-01-15 15:38:18.313244654 +0000
@@ -8,11 +8,11 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-hsql-dev (>= 1.7.1),
- libghc6-hsql-prof, 
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-hsql-dev (>= 1.7.1),
+ libghc-hsql-prof, 
  haskell-hsql-doc,
  libpq-dev (>= 8.0)
 Build-Conflicts:
@@ -23,7 +23,7 @@
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-postgresql/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-postgresql
 
-Package: libghc6-hsql-postgresql-dev
+Package: libghc-hsql-postgresql-dev
 Architecture: any
 Depends: ${haskell:Depends}, libpq-dev (>= 8.0), ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -33,7 +33,7 @@
  HSQL provides database interfaces for Haskell programmers. This package
  provides the PostgreSQL driver of HSQL.
 
-Package: libghc6-hsql-postgresql-prof
+Package: libghc-hsql-postgresql-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -43,7 +43,7 @@
  HSQL provides database interfaces for Haskell programmers. This package
  provides the profiling libraries for the PostgreSQL driver of HSQL.
 
-Package: libghc6-hsql-postgresql-doc
+Package: libghc-hsql-postgresql-doc
 Replaces: haskell-hsql-postgresql-doc (<< 1.7.3-4)
 Conflicts: haskell-hsql-postgresql-doc (<< 1.7.3-4)
 Provides: haskell-hsql-postgresql-doc





More information about the Pkg-haskell-commits mailing list