[Pkg-haskell-commits] darcs: hdbc: Bug#473520: patch

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:06:49 UTC 2013


Sat Jan 10 06:19:51 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Bug#473520: patch
  Ignore-this: 7aacaa1665980738f5e310b3eb81268b
  
  Adding a profiling library just requires adding one to the control file;
  dh_haskell takes care of the rest. Here is a patch to do that.

    M ./control +9

Sat Jan 10 06:19:51 UTC 2009  John Goerzen <jgoerzen at complete.org>
  * Bug#473520: patch
  Ignore-this: 7aacaa1665980738f5e310b3eb81268b
  
  Adding a profiling library just requires adding one to the control file;
  dh_haskell takes care of the rest. Here is a patch to do that.
diff -rN -u old-hdbc//control new-hdbc//control
--- old-hdbc//control	2013-01-04 15:06:48.190739578 +0000
+++ new-hdbc//control	2013-01-04 15:06:48.967735540 +0000
@@ -23,6 +23,15 @@
  To use HDBC, you'll need both this package, and a driver package such
  as libghc6-hdbc-postgresql-dev.
 
+Package: libghc6-hdbc-prof
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libghc6-hdbc-dev, ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+)
+Description: Haskell Database Connectivity, GHC6 profiling data
+ HDBC provides an abstraction layer between Haskell programs and SQL
+ relational databases. This package provides profiling information for using
+ HDBC with GHC6.
+
 Package: libhugs-hdbc
 Section: libs
 Architecture: all





More information about the Pkg-haskell-commits mailing list