packages feed

hasql-class-0.1.0.0: hasql-class.cabal

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

name:           hasql-class
version:        0.1.0.0
synopsis:       Encodable and Decodable classes for hasql
description:    Please see README.md
category:       Hasql, Database, PostgreSQL
homepage:       http://github.com/turingjump/hasql-class#readme
bug-reports:    https://github.com/turingjump/hasql-class/issues
author:         Julian K. Arni
maintainer:     jkarni@gmail.com
copyright:      (c) Julian K. Arni
license:        BSD3
license-file:   LICENSE
tested-with:    GHC == 7.10.3
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/turingjump/hasql-class

library
  hs-source-dirs:
      src
  default-extensions: AutoDeriveTypeable DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances OverloadedStrings ScopedTypeVariables
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <4.11
    , bytestring
    , contravariant ==1.4.*
    , data-default-class >0.0 && <0.2
    , generics-eot ==0.2.*
    , hasql >=0.19.11 && <1.2
    , text
    , time >=1.4 && <1.9
    , vector
  exposed-modules:
      Hasql.Class
      Hasql.Class.Internal.Decodable
      Hasql.Class.Internal.Encodable
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  default-extensions: AutoDeriveTypeable DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances OverloadedStrings ScopedTypeVariables
  ghc-options: -Wall
  build-depends:
      QuickCheck >=2.8 && <2.12
    , base >=4.7 && <4.11
    , bytestring
    , contravariant ==1.4.*
    , data-default-class >0.0 && <0.2
    , generics-eot ==0.2.*
    , hasql >=0.19.11 && <1.2
    , hasql-class
    , hspec >2 && <3
    , process >1.2 && <2
    , quickcheck-instances ==0.3.*
    , string-qq ==0.0.*
    , text
    , time >=1.4 && <1.9
    , vector
  other-modules:
      Hasql.ClassSpec
      Paths_hasql_class
  default-language: Haskell2010