haskell-relational-record/relational-record/relational-record.cabal

50 lines
1.8 KiB
Plaintext
Raw Normal View History

2014-12-11 08:28:36 +03:00
name: relational-record
2018-06-17 19:52:05 +03:00
version: 0.2.2.0
2014-12-11 08:28:36 +03:00
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
2020-02-15 11:59:49 +03:00
copyright: Copyright (c) 2014-2020 Kei Hibino
2014-12-11 08:28:36 +03:00
category: Database
build-type: Simple
cabal-version: >=1.10
2020-02-15 09:36:02 +03:00
tested-with: GHC == 8.8.1, GHC == 8.8.2
, GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5
, GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3, GHC == 8.4.4
, GHC == 8.2.1, GHC == 8.2.2
, GHC == 8.0.1, GHC == 8.0.2
, GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
, GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3
, GHC == 7.4.1, GHC == 7.4.2
2014-12-11 08:28:36 +03:00
library
2014-12-12 06:58:24 +03:00
exposed-modules:
2019-05-04 13:47:51 +03:00
Database.Relational.Documentation
2014-12-12 06:58:24 +03:00
2019-05-04 13:47:51 +03:00
build-depends: base <5
, product-isomorphic >= 0.0.3
, persistable-record >= 0.6
, relational-query >=0.11
, relational-query-HDBC >= 0.6.6
, persistable-types-HDBC-pg
2014-12-12 06:58:24 +03:00
2019-05-04 13:47:51 +03:00
hs-source-dirs: src
ghc-options: -Wall
if impl(ghc >= 8)
ghc-options: -Wcompat
2014-12-11 08:28:36 +03:00
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