packages feed

hasql-simple-0.1.0.0: hasql-simple.cabal

name:                hasql-simple
version:             0.1.0.0
synopsis:            A somewhat opinionated "simpler" API to hasql
description:         A somewhat opinionated "simpler" API to hasql
homepage:            https://github.com/agrafix/hasql-simple#readme
license:             BSD3
license-file:        LICENSE
author:              Alexander Thiemann
maintainer:          mail@athiemann.net
copyright:           2017 Alexander Thiemann <mail@athiemann.net>
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Hasql.Simple
  build-depends:       base >= 4.7 && < 5
                     , hasql
                     , aeson >= 1.1
                     , text >= 1.2
                     , vector >= 0.12
                     , unordered-containers >= 0.2
                     , contravariant >= 1.4
                     , time >= 1.6
                     , bytestring >= 0.10
  default-language:    Haskell2010


source-repository head
  type:     git
  location: https://github.com/agrafix/hasql-simple