mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 22:32:07 +03:00
109 lines
3.5 KiB
Plaintext
109 lines
3.5 KiB
Plaintext
|
Source: haskell-relational-query
|
||
|
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
||
|
Priority: optional
|
||
|
Section: haskell
|
||
|
Build-Depends: debhelper (>= 7.0)
|
||
|
, haskell-devscripts (>= 0.8)
|
||
|
, cdbs
|
||
|
, ghc
|
||
|
, ghc-prof
|
||
|
, libghc-dlist-dev
|
||
|
, libghc-dlist-prof
|
||
|
, libghc-names-th-dev
|
||
|
, libghc-names-th-prof
|
||
|
, libghc-persistable-record-dev
|
||
|
, libghc-persistable-record-prof
|
||
|
, libghc-sql-words-dev
|
||
|
, libghc-sql-words-prof
|
||
|
, libghc-text-dev
|
||
|
, libghc-text-prof
|
||
|
, libghc-transformers-dev
|
||
|
, libghc-transformers-prof
|
||
|
Build-Depends-Indep: ghc-doc
|
||
|
, libghc-dlist-doc
|
||
|
, libghc-names-th-doc
|
||
|
, libghc-persistable-record-doc
|
||
|
, libghc-sql-words-doc
|
||
|
, libghc-text-doc
|
||
|
, libghc-transformers-doc
|
||
|
|
||
|
Package: libghc-relational-query-dev
|
||
|
Architecture: any
|
||
|
Depends: ${shlibs:Depends}
|
||
|
, ${haskell:Depends}
|
||
|
, ${misc:Depends}
|
||
|
Recommends: ${haskell:Recommends}
|
||
|
Suggests: ${haskell:Suggests}
|
||
|
Conflicts: ${haskell:Conflicts}
|
||
|
Provides: ${haskell:Provides}
|
||
|
Replaces: ${haskell:Replaces}
|
||
|
Description: Typeful, Modular, Relational, algebraic query engine
|
||
|
This package contiains typeful relation structure and
|
||
|
relational-algebraic query building DSL which can
|
||
|
translate into SQL query.
|
||
|
Supported query features are below:
|
||
|
- Type safe query building
|
||
|
- Restriction, Join, Aggregation
|
||
|
- Modularized relations
|
||
|
- Typed placeholders
|
||
|
.
|
||
|
Author: Kei Hibino
|
||
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||
|
.
|
||
|
This package provides a library for the Haskell programming language.
|
||
|
See http:///www.haskell.org/ for more information on Haskell.
|
||
|
|
||
|
Package: libghc-relational-query-prof
|
||
|
Architecture: any
|
||
|
Depends: ${shlibs:Depends}
|
||
|
, ${haskell:Depends}
|
||
|
, ${misc:Depends}
|
||
|
Recommends: ${haskell:Recommends}
|
||
|
Suggests: ${haskell:Suggests}
|
||
|
Conflicts: ${haskell:Conflicts}
|
||
|
Provides: ${haskell:Provides}
|
||
|
Replaces: ${haskell:Replaces}
|
||
|
Description: Typeful, Modular, Relational, algebraic query engine
|
||
|
This package contiains typeful relation structure and
|
||
|
relational-algebraic query building DSL which can
|
||
|
translate into SQL query.
|
||
|
Supported query features are below:
|
||
|
- Type safe query building
|
||
|
- Restriction, Join, Aggregation
|
||
|
- Modularized relations
|
||
|
- Typed placeholders
|
||
|
.
|
||
|
Author: Kei Hibino
|
||
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||
|
.
|
||
|
This package provides a library for the Haskell programming language, compiled
|
||
|
for profiling. See http:///www.haskell.org/ for more information on Haskell.
|
||
|
|
||
|
Package: libghc-relational-query-doc
|
||
|
Architecture: all
|
||
|
Section: doc
|
||
|
Depends: ${shlibs:Depends}
|
||
|
, ${haskell:Depends}
|
||
|
, ${misc:Depends}
|
||
|
Recommends: ${haskell:Recommends}
|
||
|
Suggests: ${haskell:Suggests}
|
||
|
Conflicts: ${haskell:Conflicts}
|
||
|
Provides: ${haskell:Provides}
|
||
|
Replaces: ${haskell:Replaces}
|
||
|
Description: Typeful, Modular, Relational, algebraic query engine
|
||
|
This package contiains typeful relation structure and
|
||
|
relational-algebraic query building DSL which can
|
||
|
translate into SQL query.
|
||
|
Supported query features are below:
|
||
|
- Type safe query building
|
||
|
- Restriction, Join, Aggregation
|
||
|
- Modularized relations
|
||
|
- Typed placeholders
|
||
|
.
|
||
|
Author: Kei Hibino
|
||
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||
|
.
|
||
|
This package provides the documentation for a library for the Haskell
|
||
|
programming language.
|
||
|
See http:///www.haskell.org/ for more information on Haskell.
|