mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 22:02:07 +03:00
Update description and debianizations.
This commit is contained in:
parent
82dad66871
commit
b35f165b7d
@ -1,8 +1,8 @@
|
||||
name: DB-record
|
||||
version: 0.0.1.0
|
||||
synopsis: Mapping between SQL database values and haskell records.
|
||||
description: This package contiains type constrains to map
|
||||
between SQL database values and haskell records.
|
||||
synopsis: Binding between SQL database values and haskell records.
|
||||
description: This package contiains type constrains and generic instances
|
||||
to bind between SQL database values and haskell records.
|
||||
homepage: http://twitter.com/khibino
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
|
@ -2,5 +2,5 @@ haskell-db-record (0.0.1.0-1~hackage1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Sat, 13 Apr 2013 18:51:43 +0900
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Thu, 16 May 2013 17:33:44 +0900
|
||||
|
||||
|
@ -9,8 +9,14 @@ Build-Depends: debhelper (>= 7.0)
|
||||
, 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
|
||||
|
||||
@ -22,9 +28,9 @@ Depends: ${shlibs: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.
|
||||
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
|
||||
@ -38,9 +44,9 @@ Depends: ${haskell: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.
|
||||
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
|
||||
@ -54,9 +60,9 @@ 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.
|
||||
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
|
||||
|
@ -1,6 +1,7 @@
|
||||
{-# OPTIONS_GHC -fno-warn-orphans #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
|
||||
-- |
|
||||
-- Module : Database.Record.Instances
|
||||
|
Loading…
Reference in New Issue
Block a user