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

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


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

    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: 3734b9bdcb3f467b1fac1c175144613b
diff -rN -u old-haskell-hsql-odbc/changelog new-haskell-hsql-odbc/changelog
--- old-haskell-hsql-odbc/changelog	2011-01-15 15:38:08.832744870 +0000
+++ new-haskell-hsql-odbc/changelog	2011-01-15 15:38:08.840745292 +0000
@@ -1,3 +1,9 @@
+haskell-hsql-odbc (1.7.1-5) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:09 -0200
+
 haskell-hsql-odbc (1.7.1-4) unstable; urgency=low
 
   * Fix "Updating the haskell-hsql-odbc Uploaders list" changing Uploader
diff -rN -u old-haskell-hsql-odbc/control new-haskell-hsql-odbc/control
--- old-haskell-hsql-odbc/control	2011-01-15 15:38:08.832744870 +0000
+++ new-haskell-hsql-odbc/control	2011-01-15 15:38:08.836745081 +0000
@@ -8,11 +8,11 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6 (>= 6.10),
- ghc6-prof,
- ghc6-doc,
- libghc6-hsql-dev (>= 1.7),
- libghc6-hsql-prof, 
+ ghc (>= 6.10),
+ ghc-prof,
+ ghc-doc,
+ libghc-hsql-dev (>= 1.7),
+ libghc-hsql-prof, 
  haskell-hsql-doc,
  unixodbc-dev,
 Standards-Version: 3.8.4
@@ -20,7 +20,7 @@
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-odbc/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsql-odbc
 
-Package: libghc6-hsql-odbc-dev
+Package: libghc-hsql-odbc-dev
 Architecture: any
 Depends: ${haskell:Depends}, unixodbc-dev, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -33,7 +33,7 @@
  database systems.  In this sense, it is similar to Java's JDBC,
  Python's DB-API, or Perl's DBI.
 
-Package: libghc6-hsql-odbc-prof
+Package: libghc-hsql-odbc-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -46,7 +46,7 @@
  database systems.  In this sense, it is similar to Java's JDBC,
  Python's DB-API, or Perl's DBI.
 
-Package: libghc6-hsql-odbc-doc
+Package: libghc-hsql-odbc-doc
 Replaces: haskell-hsql-odbc-doc (<< 1.7.1-3)
 Conflicts: haskell-hsql-odbc-doc (<< 1.7.1-3)
 Provides: haskell-hsql-odbc-doc





More information about the Pkg-haskell-commits mailing list