2013-03-25 12:26:23 +04:00
|
|
|
Source: haskell-hdbc-schema-th
|
|
|
|
Priority: extra
|
|
|
|
Section: haskell
|
|
|
|
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
|
|
|
Build-Depends: debhelper (>= 7.0)
|
|
|
|
, haskell-devscripts (>= 0.8)
|
|
|
|
, cdbs
|
|
|
|
, ghc
|
|
|
|
, ghc-prof
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-db-record-dev
|
|
|
|
, libghc-db-record-prof
|
2013-03-25 12:26:23 +04:00
|
|
|
, libghc-hdbc-dev (>= 2)
|
|
|
|
, libghc-hdbc-prof (>= 2)
|
|
|
|
, libghc-hdbc-session-dev
|
|
|
|
, libghc-hdbc-session-prof
|
|
|
|
, libghc-base-dev (<< 5) | ghc
|
|
|
|
, libghc-base-prof (<< 5) | ghc-prof
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-containers-dev | ghc
|
|
|
|
, libghc-containers-prof | ghc-prof
|
2013-03-25 12:26:23 +04:00
|
|
|
, libghc-convertible-dev
|
|
|
|
, libghc-convertible-prof
|
|
|
|
, libghc-template-haskell-dev | ghc
|
|
|
|
, libghc-template-haskell-prof | ghc-prof
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-time-dev | ghc
|
|
|
|
, libghc-time-prof | ghc-prof
|
2013-03-25 12:26:23 +04:00
|
|
|
Build-Depends-Indep: ghc-doc
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-db-record-doc
|
2013-03-25 12:26:23 +04:00
|
|
|
, libghc-hdbc-doc (>= 2)
|
|
|
|
, libghc-hdbc-session-doc
|
|
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-containers-doc | ghc-doc
|
2013-03-25 12:26:23 +04:00
|
|
|
, libghc-convertible-doc
|
|
|
|
, libghc-template-haskell-doc | ghc-doc
|
2013-04-13 14:24:06 +04:00
|
|
|
, libghc-time-doc | ghc-doc
|
2013-03-25 12:26:23 +04:00
|
|
|
Standards-Version: 3.9.3
|
|
|
|
Homepage: http://twitter.com/khibino
|
|
|
|
|
|
|
|
Package: libghc-hdbc-schema-th-dev
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}
|
|
|
|
, ${haskell:Depends}
|
|
|
|
, ${misc:Depends}
|
|
|
|
Recommends: ${haskell:Recommends}
|
|
|
|
Suggests: ${haskell:Suggests}
|
|
|
|
Provides: ${haskell:Provides}
|
|
|
|
Description: Database access template for HDBC using database system catalogs
|
|
|
|
This package contains template haskell functions to generate codes
|
|
|
|
correspond to Database table definitions and functions which read
|
|
|
|
table and index definitions from Database system catalogs.
|
|
|
|
.
|
|
|
|
Author: Kei Hibino
|
|
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
|
|
.
|
|
|
|
This package contains the normal library files.
|
|
|
|
|
|
|
|
Package: libghc-hdbc-schema-th-prof
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${haskell:Depends}
|
|
|
|
, ${misc:Depends}
|
|
|
|
Recommends: ${haskell:Recommends}
|
|
|
|
Suggests: ${haskell:Suggests}
|
|
|
|
Provides: ${haskell:Provides}
|
|
|
|
Description: Database access template for HDBC using database system catalogs
|
|
|
|
This package contains template haskell functions to generate codes
|
|
|
|
correspond to Database table definitions and functions which read
|
|
|
|
table and index definitions from Database system catalogs.
|
|
|
|
.
|
|
|
|
Author: Kei Hibino
|
|
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
|
|
.
|
|
|
|
This package contains the libraries compiled with profiling enabled.
|
|
|
|
|
|
|
|
Package: libghc-hdbc-schema-th-doc
|
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
|
|
|
Depends: ${haskell:Depends}
|
|
|
|
, ${misc:Depends}
|
|
|
|
Recommends: ${haskell:Recommends}
|
|
|
|
Suggests: ${haskell:Suggests}
|
|
|
|
Description: Database access template for HDBC using database system catalogs
|
|
|
|
This package contains template haskell functions to generate codes
|
|
|
|
correspond to Database table definitions and functions which read
|
|
|
|
table and index definitions from Database system catalogs.
|
|
|
|
.
|
|
|
|
Author: Kei Hibino
|
|
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
|
|
.
|
|
|
|
This package contains the documentation files.
|