mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-17 08:41:49 +03:00
06dfdd6014
--HG-- rename : schema-th/GNUmakefile => relational-query-HDBC/GNUmakefile rename : schema-th/LICENSE => relational-query-HDBC/LICENSE rename : schema-th/Setup.hs => relational-query-HDBC/Setup.hs rename : schema-th/debian/changelog => relational-query-HDBC/debian/changelog rename : schema-th/debian/compat => relational-query-HDBC/debian/compat rename : schema-th/debian/control => relational-query-HDBC/debian/control rename : schema-th/debian/copyright => relational-query-HDBC/debian/copyright rename : schema-th/debian/rules => relational-query-HDBC/debian/rules rename : schema-th/debian/source/format => relational-query-HDBC/debian/source/format rename : schema-th/debian/watch => relational-query-HDBC/debian/watch rename : schema-th/HDBC-schema-th.cabal => relational-query-HDBC/relational-query-HDBC.cabal rename : schema-th/src/Database/HDBC/Record/InternalTH.hs => relational-query-HDBC/src/Database/HDBC/Record/InternalTH.hs rename : schema-th/src/Database/HDBC/Record/Persistable.hs => relational-query-HDBC/src/Database/HDBC/Record/Persistable.hs rename : schema-th/src/Database/HDBC/Record/Query.hs => relational-query-HDBC/src/Database/HDBC/Record/Query.hs rename : schema-th/src/Database/HDBC/Record/Singleton.hs => relational-query-HDBC/src/Database/HDBC/Record/Singleton.hs rename : schema-th/src/Database/HDBC/Record/TH.hs => relational-query-HDBC/src/Database/HDBC/Record/TH.hs rename : schema-th/src/Database/HDBC/Schema/Driver.hs => relational-query-HDBC/src/Database/HDBC/Schema/Driver.hs rename : schema-th/src/Database/HDBC/Schema/IBMDB2.hs => relational-query-HDBC/src/Database/HDBC/Schema/IBMDB2.hs rename : schema-th/src/Database/HDBC/Schema/PostgreSQL.hs => relational-query-HDBC/src/Database/HDBC/Schema/PostgreSQL.hs rename : schema-th/src/Database/HDBC/SqlValueExtra.hs => relational-query-HDBC/src/Database/HDBC/SqlValueExtra.hs rename : schema-th/src/Database/HDBC/TH.hs => relational-query-HDBC/src/Database/HDBC/TH.hs
98 lines
3.4 KiB
Plaintext
98 lines
3.4 KiB
Plaintext
Source: haskell-relational-query-hdbc
|
|
Priority: extra
|
|
Section: haskell
|
|
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
|
Build-Depends: debhelper (>= 7.0)
|
|
, haskell-devscripts (>= 0.8)
|
|
, cdbs
|
|
, ghc
|
|
, ghc-prof
|
|
, libghc-db-record-dev
|
|
, libghc-db-record-prof
|
|
, 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
|
|
, libghc-containers-dev | ghc
|
|
, libghc-containers-prof | ghc-prof
|
|
, libghc-convertible-dev
|
|
, libghc-convertible-prof
|
|
, libghc-names-th-dev
|
|
, libghc-names-th-prof
|
|
, libghc-relational-join-dev
|
|
, libghc-relational-join-prof
|
|
, libghc-template-haskell-dev | ghc
|
|
, libghc-template-haskell-prof | ghc-prof
|
|
Build-Depends-Indep: ghc-doc
|
|
, libghc-db-record-doc
|
|
, libghc-hdbc-doc (>= 2)
|
|
, libghc-hdbc-session-doc
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
|
, libghc-containers-doc | ghc-doc
|
|
, libghc-convertible-doc
|
|
, libghc-names-th-doc
|
|
, libghc-relational-join-doc
|
|
, libghc-template-haskell-doc | ghc-doc
|
|
Standards-Version: 3.9.3
|
|
Homepage: http://twitter.com/khibino
|
|
|
|
Package: libghc-relational-query-hdbc-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
, ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: HDBC instance of relational join and typed query for HDBC
|
|
This package contains HDBC instance of relational-join and
|
|
typed query for HDBC.
|
|
Generating Database table definitions and functions for
|
|
relational-join by reading 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-relational-query-hdbc-prof
|
|
Architecture: any
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: HDBC instance of relational join and typed query for HDBC
|
|
This package contains HDBC instance of relational-join and
|
|
typed query for HDBC.
|
|
Generating Database table definitions and functions for
|
|
relational-join by reading 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-relational-query-hdbc-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Description: HDBC instance of relational join and typed query for HDBC
|
|
This package contains HDBC instance of relational-join and
|
|
typed query for HDBC.
|
|
Generating Database table definitions and functions for
|
|
relational-join by reading table and index definitions
|
|
from Database system catalogs.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the documentation files.
|