mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-13 17:32:35 +03:00
71 lines
2.3 KiB
Plaintext
71 lines
2.3 KiB
Plaintext
Source: haskell-db-record
|
|
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-base-dev (<< 5) | ghc
|
|
, libghc-base-prof (<< 5) | ghc-prof
|
|
, libghc-names-th-dev
|
|
, libghc-names-th-prof
|
|
, libghc-template-haskell-dev | ghc
|
|
, libghc-template-haskell-prof | ghc-prof
|
|
Build-Depends-Indep: ghc-doc
|
|
, libghc-base-doc (<< 5) | ghc-doc
|
|
, libghc-names-th-doc
|
|
, libghc-template-haskell-doc | ghc-doc
|
|
Standards-Version: 3.9.3
|
|
Homepage: http://twitter.com/khibino
|
|
|
|
Package: libghc-db-record-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
, ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Binding between SQL database values and haskell records.
|
|
This package contiains type constrains and generic instances
|
|
to bind between SQL database values and haskell records.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the normal library files.
|
|
|
|
Package: libghc-db-record-prof
|
|
Architecture: any
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Provides: ${haskell:Provides}
|
|
Description: Binding between SQL database values and haskell records.
|
|
This package contiains type constrains and generic instances
|
|
to bind between SQL database values and haskell records.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the libraries compiled with profiling enabled.
|
|
|
|
Package: libghc-db-record-doc
|
|
Architecture: all
|
|
Section: doc
|
|
Depends: ${haskell:Depends}
|
|
, ${misc:Depends}
|
|
Recommends: ${haskell:Recommends}
|
|
Suggests: ${haskell:Suggests}
|
|
Description: Binding between SQL database values and haskell records.
|
|
This package contiains type constrains and generic instances
|
|
to bind between SQL database values and haskell records.
|
|
.
|
|
Author: Kei Hibino
|
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
|
.
|
|
This package contains the documentation files.
|