[Pkg-haskell-commits] [SCM] HDBC Sqlite3 driver branch, master, updated. debian/2.3.1.0-1-8-g4c3b98b

Clint Adams clint at debian.org
Wed Mar 7 22:50:01 UTC 2012


The following commit has been merged in the master branch:
commit 7cd231af9f0cc7c955c2a281a0c0dce2fb08df7e
Author: Clint Adams <clint at debian.org>
Date:   Wed Mar 7 17:44:35 2012 -0500

    Update build deps.

diff --git a/debian/control b/debian/control
index 9d80f80..4e9b775 100644
--- a/debian/control
+++ b/debian/control
@@ -12,15 +12,17 @@ Build-Depends:
  cpphs,
  haddock,
  hscolour,
- libsqlite3-dev (>= 3.3),
- libghc-hdbc-dev (>= 2.2.6),
- libghc-hdbc-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libsqlite3-dev (>= 3.3)
+ , libghc-hdbc-dev (>> 2.3.0.0)
+ , libghc-hdbc-prof,
+ , libghc-mtl-dev
+ , libghc-mtl-prof
+ , libghc-utf8-string-dev
+ , libghc-utf8-string-prof
+Build-Depends-Indep: ghc-doc,
  libghc-hdbc-doc,
  libghc-mtl-doc
+ , libghc-utf8-string-doc
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc-sqlite3.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-sqlite3.git;a=summary

-- 
HDBC Sqlite3 driver



More information about the Pkg-haskell-commits mailing list