[Pkg-haskell-commits] darcs: haskelldb-hdbc-sqlite3: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:23:50 UTC 2011
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e62c591638489ec7025643e0598d64f7
./libghc6-haskelldb-hdbc-sqlite3-dev.install -> ./libghc-haskelldb-hdbc-sqlite3-dev.install
M ./changelog +6
M ./control -20 +20
M ./libghc-haskelldb-hdbc-sqlite3-dev.install -1 +1
Sat Jan 15 15:05:51 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: e62c591638489ec7025643e0598d64f7
diff -rN -u old-haskelldb-hdbc-sqlite3/changelog new-haskelldb-hdbc-sqlite3/changelog
--- old-haskelldb-hdbc-sqlite3/changelog 2011-01-15 15:23:50.883517306 +0000
+++ new-haskelldb-hdbc-sqlite3/changelog 2011-01-15 15:23:50.887517517 +0000
@@ -1,3 +1,9 @@
+haskelldb-hdbc-sqlite3 (0.13-2) UNRELEASED; urgency=low
+
+ * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org> Sat, 15 Jan 2011 12:40:53 -0200
+
haskelldb-hdbc-sqlite3 (0.13-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskelldb-hdbc-sqlite3/control new-haskelldb-hdbc-sqlite3/control
--- old-haskelldb-hdbc-sqlite3/control 2011-01-15 15:23:50.883517306 +0000
+++ new-haskelldb-hdbc-sqlite3/control 2011-01-15 15:23:50.887517517 +0000
@@ -6,32 +6,32 @@
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
- , ghc6
- , ghc6-prof
- , ghc6-doc
- , libghc6-haskelldb-dev (>= 0.12)
- , libghc6-haskelldb-prof
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-haskelldb-dev (>= 0.12)
+ , libghc-haskelldb-prof
, haskell-haskelldb-doc
- , libghc6-haskelldb-hdbc-dev (>= 0.12)
- , libghc6-haskelldb-hdbc-prof
- , libghc6-haskelldb-hdbc-doc
- , libghc6-hdbc-dev (>= 2.0.0)
- , libghc6-hdbc-dev (<< 3)
- , libghc6-hdbc-prof
+ , libghc-haskelldb-hdbc-dev (>= 0.12)
+ , libghc-haskelldb-hdbc-prof
+ , libghc-haskelldb-hdbc-doc
+ , libghc-hdbc-dev (>= 2.0.0)
+ , libghc-hdbc-dev (<< 3)
+ , libghc-hdbc-prof
, haskell-hdbc-doc
- , libghc6-hdbc-sqlite3-dev (>= 2.0.0)
- , libghc6-hdbc-sqlite3-dev (<< 3)
-# , libghc6-hdbc-sqlite3-prof
+ , libghc-hdbc-sqlite3-dev (>= 2.0.0)
+ , libghc-hdbc-sqlite3-dev (<< 3)
+# , libghc-hdbc-sqlite3-prof
# , haskell-hdbc-sqlite3-doc
- , libghc6-mtl-dev
- , libghc6-mtl-prof
- , libghc6-mtl-doc
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-sqlite3
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc-sqlite3
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskelldb-hdbc-sqlite3
-Package: libghc6-haskelldb-hdbc-sqlite3-dev
+Package: libghc-haskelldb-hdbc-sqlite3-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
@@ -46,7 +46,7 @@
This package also includes the DBDirect-hdbc-sqlite3 binary to generate Haskell
source files by querying the database.
-# Package: libghc6-haskelldb-hdbc-sqlite3-prof
+# Package: libghc-haskelldb-hdbc-sqlite3-prof
# Architecture: any
# Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
# Description: HaskellDB support for the HDBC SQLite driver; profiling libraries
@@ -56,7 +56,7 @@
# This library allows you to use the HaskellDB database abstraction library with
# the SQLite driver provided by the HDBC database driver interface suite.
-Package: libghc6-haskelldb-hdbc-sqlite3-doc
+Package: libghc-haskelldb-hdbc-sqlite3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
diff -rN -u old-haskelldb-hdbc-sqlite3/libghc6-haskelldb-hdbc-sqlite3-dev.install new-haskelldb-hdbc-sqlite3/libghc6-haskelldb-hdbc-sqlite3-dev.install
--- old-haskelldb-hdbc-sqlite3/libghc6-haskelldb-hdbc-sqlite3-dev.install 2011-01-15 15:23:50.879517095 +0000
+++ new-haskelldb-hdbc-sqlite3/libghc6-haskelldb-hdbc-sqlite3-dev.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-dist-ghc6/build/DBDirect-hdbc-sqlite3/DBDirect-hdbc-sqlite3 /usr/bin
diff -rN -u old-haskelldb-hdbc-sqlite3/libghc-haskelldb-hdbc-sqlite3-dev.install new-haskelldb-hdbc-sqlite3/libghc-haskelldb-hdbc-sqlite3-dev.install
--- old-haskelldb-hdbc-sqlite3/libghc-haskelldb-hdbc-sqlite3-dev.install 1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb-hdbc-sqlite3/libghc-haskelldb-hdbc-sqlite3-dev.install 2011-01-15 15:23:50.883517306 +0000
@@ -0,0 +1 @@
+dist-ghc/build/DBDirect-hdbc-sqlite3/DBDirect-hdbc-sqlite3 /usr/bin
More information about the Pkg-haskell-commits
mailing list