[Pkg-haskell-commits] darcs: haskell-convertible: Bug#473520: patch
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:39:12 UTC 2013
Sat Jan 10 06:19:51 UTC 2009 John Goerzen <jgoerzen at complete.org>
* Bug#473520: patch
Ignore-this: c9de6187f1d911750c096b94f4287ed9
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: c9de6187f1d911750c096b94f4287ed9
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-haskell-convertible//control new-haskell-convertible//control
--- old-haskell-convertible//control 2013-01-04 14:39:10.110263844 +0000
+++ new-haskell-convertible//control 2013-01-04 14:39:12.511774519 +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