mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-13 17:32:35 +03:00
74 lines
2.3 KiB
Plaintext
74 lines
2.3 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-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-sql-words-dev
|
|
, libghc-sql-words-prof
|
|
, libghc-text-dev
|
|
, libghc-text-prof
|
|
Build-Depends-Indep: ghc-doc
|
|
, libghc-array-doc | ghc-doc
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
|
, libghc-bytestring-doc | ghc-doc
|
|
, libghc-sql-words-doc
|
|
, libghc-text-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: Joining Relational types
|
|
This package contiains combinators to join relational types.
|
|
.
|
|
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: Joining Relational types
|
|
This package contiains combinators to join relational types.
|
|
.
|
|
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: Joining Relational types
|
|
This package contiains combinators to join relational types.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the documentation files.
|