diff options
author | John Goerzen <jgoerzen@complete.org> | 2009-01-27 22:59:21 +0300 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2009-01-27 22:59:21 +0300 |
commit | 5569e81cb7e038528ebd2ba1b32eb1923359c504 (patch) | |
tree | 17031b69075c37ca5bed7d6bf2a469401f8580b5 | |
parent | 368005f19cf686b7711ce2521ffd441fcf388c3f (diff) | |
download | DHG_packages-5569e81cb7e038528ebd2ba1b32eb1923359c504.tar.gz |
hdbc: Added deps
-rw-r--r-- | p/hdbc/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/hdbc/debian/control b/p/hdbc/debian/control index 3b62da2d9..48955df0f 100644 --- a/p/hdbc/debian/control +++ b/p/hdbc/debian/control @@ -2,7 +2,7 @@ Source: hdbc Priority: optional Maintainer: John Goerzen <jgoerzen@complete.org> Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2dfsg1), haskell-devscripts (>= 0.6.15), cpphs, haddock, libghc6-mtl-dev, libghc6-time-dev, libghc6-time-prof, libghc6-convertible-dev (>= 1.0.1-2), libghc6-convertible-prof (>= 1.0.1-2), libghc6-mtl-prof -Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.15), ghc6 (>= 6.8.2dfsg1), cpphs, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc, haskell-convertible-doc, libhugs-convertible (>= 1.0.1) +Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.15), ghc6 (>= 6.8.2dfsg1), cpphs, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc, haskell-convertible-doc, libhugs-convertible (>= 1.0.1), libhugs-time-bundled Standards-Version: 3.6.2 Section: libs Homepage: http://software.complete.org/hdbc @@ -38,7 +38,7 @@ Description: Haskell Database Connectivity, GHC6 profiling data Package: libhugs-hdbc Section: libs Architecture: all -Depends: ${haskell:Depends}, libhugs-convertible (>= 1.0.1) +Depends: ${haskell:Depends}, libhugs-convertible (>= 1.0.1), libhugs-time-bundled Description: Haskell Database Connectivity, Hugs package HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in |