[Pkg-haskell-commits] darcs: haskell-convertible: Rebuild for GHC 6.8.2dfsg1
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:39:59 UTC 2013
Mon Jan 19 22:08:09 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Rebuild for GHC 6.8.2dfsg1
Ignore-this: f1abb7cbe9a1bf9667014c2405dd19c6
A! ./changelog
R! ./changelog
A! ./control
R! ./control
Mon Jan 19 22:08:09 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Rebuild for GHC 6.8.2dfsg1
Ignore-this: f1abb7cbe9a1bf9667014c2405dd19c6
diff -rN -u old-haskell-convertible//changelog new-haskell-convertible//changelog
--- old-haskell-convertible//changelog 2013-01-04 14:39:57.987218462 +0000
+++ new-haskell-convertible//changelog 2013-01-04 14:39:59.278688456 +0000
@@ -1,12 +1,3 @@
-hdbc (1.2.0-1) experimental; urgency=low
-
- * New release. Now supports new Data.Time.* types.
- * Noting addition of profiling libraries. Closes: #473520, #509848.
- * No longer a Debian-native package due to problems with dh_haskell_depends.
- * Adding doc package.
-
- -- John Goerzen <jgoerzen at complete.org> Tue, 13 Jan 2009 15:04:27 -0600
-
hdbc (1.1.6.1) unstable; urgency=low
* Added dh_haskell_depends.
diff -rN -u old-haskell-convertible//control new-haskell-convertible//control
--- old-haskell-convertible//control 2013-01-04 14:39:57.927717843 +0000
+++ new-haskell-convertible//control 2013-01-04 14:39:59.267217909 +0000
@@ -1,8 +1,8 @@
Source: hdbc
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, haddock, libghc6-mtl-dev, libghc6-time-dev, libghc6-time-prof
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, haddock, libghc6-mtl-dev
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.3), ghc6 (>= 6.8), cpphs
Standards-Version: 3.6.2
Section: libs
@@ -48,15 +48,3 @@
To use HDBC, you'll need both this package, and a driver package such
as libhugs-hdbc-postgresql.
-Package: haskell-hdbc-doc
-Section: doc
-Architecture: all
-Depends: ${haskell:Depends}
-Description: Haskell Database Connectivity, Documentation
- HDBC provides an abstraction layer between Haskell programs and SQL
- relational databases. This lets you write database code once, in
- Haskell, and have it work with any number of backend SQL databases
- (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
- .
- HDBC is modeled loosely on Perl's DBI interface, though it has also been
- influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
More information about the Pkg-haskell-commits
mailing list