-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: hasql-class version: 0.0.0.1 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.10 , text , bytestring , vector , time >= 1.4 && < 1.6 , data-default-class == 0.0.* , contravariant == 1.4.* , hasql >= 0.19.11 && < 0.20 , generics-eot == 0.2.* exposed-modules: Hasql.Class Hasql.Class.Internal.Decodable Hasql.Class.Internal.Encodable default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 main-is: Doctest.hs hs-source-dirs: test default-extensions: AutoDeriveTypeable DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances OverloadedStrings ScopedTypeVariables ghc-options: -Wall build-depends: base >= 4.7 && < 4.10 , text , bytestring , vector , time >= 1.4 && < 1.6 , data-default-class == 0.0.* , contravariant == 1.4.* , hasql >= 0.19.11 && < 0.20 , generics-eot == 0.2.* , doctest >= 0.9 && < 0.12 , Glob >= 0.7 && < 0.8 , containers == 0.5.* , yaml == 0.8.* other-modules: Hasql.ClassSpec Spec 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: base >= 4.7 && < 4.10 , text , bytestring , vector , time >= 1.4 && < 1.6 , data-default-class == 0.0.* , contravariant == 1.4.* , hasql >= 0.19.11 && < 0.20 , generics-eot == 0.2.* , hasql-class , hspec > 2 && < 3 , string-qq == 0.0.* , QuickCheck >= 2.8 && < 2.9 , process > 1.2 && < 2 , quickcheck-instances == 0.3.* other-modules: Doctest Hasql.ClassSpec default-language: Haskell2010