packages feed

relational-query-postgresql-pure-0.1.1.0: relational-query-postgresql-pure.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a388ed7b73f07b6922993e1a1f138c7ac8ce852d352fe1c90593e4136767d3c1

name:           relational-query-postgresql-pure
version:        0.1.1.0
synopsis:       The connector of relational-record and postgresql-pure.
description:    You can use postgresql-pure as the backend of relational-record without the HDBC interface.
category:       Database
homepage:       https://github.com/kakkun61/relational-query-postgresql-pure#readme
bug-reports:    https://github.com/kakkun61/relational-query-postgresql-pure/issues
author:         Kazuki Okamoto (岡本和樹)
maintainer:     kazuki.okamoto@kakkun61.com
copyright:      2020 Kazuki Okamoto (岡本和樹), 2013 Kei Hibino
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/kakkun61/relational-query-postgresql-pure

library
  exposed-modules:
      Database.Relational.PostgreSQL.Pure.Query
      Database.Relational.PostgreSQL.Pure.TH
      Database.Schema.PostgreSQL.Pure
      Database.Schema.PostgreSQL.Pure.Driver
  other-modules:
      Paths_relational_query_postgresql_pure
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wmissing-exported-signatures -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-name-shadowing -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-import-lists -Wmonomorphism-restriction
  build-depends:
      base >=4 && <5
    , containers
    , dlist
    , homotuple >=0.1.2.0
    , list-tuple >=0.1.3.0
    , names-th
    , persistable-record
    , postgresql-placeholder-converter
    , postgresql-pure >=0.2.2.0
    , product-isomorphic
    , relational-query
    , relational-schemas
    , sql-words
    , template-haskell
    , transformers
    , utf8-string
  default-language: Haskell2010

test-suite db
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      DataSource
      DataSource.Pure
      Relation.Person
      Relation.Pure.Person
      Paths_relational_query_postgresql_pure
  hs-source-dirs:
      test-db
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wmissing-exported-signatures -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wno-name-shadowing -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HDBC-postgresql
    , HDBC-session
    , base >=4 && <5
    , data-default-class
    , hspec
    , postgresql-pure
    , relational-query
    , relational-query-HDBC
    , relational-query-postgresql-pure
  default-language: Haskell2010