mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-02 08:12:49 +03:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
name: relational-record
|
|
version: 0.0.1.2
|
|
synopsis: Meta package of Relational Record
|
|
description: Meta package to install Relational Record quickly
|
|
homepage: http://khibino.github.io/haskell-relational-record/
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Kei Hibino
|
|
maintainer: ex8k.hibino@gmail.com
|
|
copyright: Copyright (c) 2014 Kei Hibino
|
|
category: Database
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
library
|
|
exposed-modules:
|
|
Database.Relational.Query.Documentation
|
|
|
|
build-depends: base <5
|
|
, relational-query
|
|
, relational-query-HDBC
|
|
|
|
hs-source-dirs: src
|
|
ghc-options: -Wall
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/khibino/haskell-relational-record
|
|
|
|
source-repository head
|
|
type: mercurial
|
|
location: https://bitbucket.org/khibino/haskell-relational-record
|