mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 06:14:12 +03:00
65 lines
1.9 KiB
Plaintext
65 lines
1.9 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
|
||
|
Build-Depends-Indep: ghc-doc
|
||
|
, libghc-base-doc (<< 5) | 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: Mapping between SQL database values and haskell records.
|
||
|
This package contiains type constrains to map
|
||
|
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: Mapping between SQL database values and haskell records.
|
||
|
This package contiains type constrains to map
|
||
|
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: Mapping between SQL database values and haskell records.
|
||
|
This package contiains type constrains to map
|
||
|
between SQL database values and haskell records.
|
||
|
.
|
||
|
Author: Kei Hibino
|
||
|
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||
|
.
|
||
|
This package contains the documentation files.
|