mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-06 04:16:21 +03:00
92 lines
3.1 KiB
Plaintext
92 lines
3.1 KiB
Plaintext
Source: haskell-relational-join
|
|
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-array-dev | ghc
|
|
, libghc-array-prof | ghc-prof
|
|
, libghc-base-dev (<< 5) | ghc
|
|
, libghc-base-prof (<< 5) | ghc-prof
|
|
, libghc-bytestring-dev | ghc
|
|
, libghc-bytestring-prof | ghc-prof
|
|
, libghc-containers-dev | ghc
|
|
, libghc-containers-prof | ghc-prof
|
|
, libghc-names-th-dev
|
|
, libghc-names-th-prof
|
|
, libghc-sql-words-dev
|
|
, libghc-sql-words-prof
|
|
, libghc-template-haskell-dev | ghc
|
|
, libghc-template-haskell-prof | ghc-prof
|
|
, libghc-text-dev
|
|
, libghc-text-prof
|
|
, libghc-time-dev | ghc
|
|
, libghc-time-prof | ghc-prof
|
|
Build-Depends-Indep: ghc-doc
|
|
, libghc-db-record-doc
|
|
, libghc-array-doc | ghc-doc
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
|
, libghc-bytestring-doc | ghc-doc
|
|
, libghc-containers-doc | ghc-doc
|
|
, libghc-names-th-doc
|
|
, libghc-sql-words-doc
|
|
, libghc-template-haskell-doc | ghc-doc
|
|
, libghc-text-doc
|
|
, libghc-time-doc | ghc-doc
|
|
Standards-Version: 3.9.3
|
|
Homepage: http://twitter.com/khibino
|
|
|
|
Package: libghc-relational-join-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
, ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Typeful relational algebraic join engine
|
|
This package contiains typeful relation structure
|
|
and combinators for projection, product and join.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the normal library files.
|
|
|
|
Package: libghc-relational-join-prof
|
|
Architecture: any
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Typeful relational algebraic join engine
|
|
This package contiains typeful relation structure
|
|
and combinators for projection, product and join.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the libraries compiled with profiling enabled.
|
|
|
|
Package: libghc-relational-join-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Description: Typeful relational algebraic join engine
|
|
This package contiains typeful relation structure
|
|
and combinators for projection, product and join.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the documentation files.
|