packages feed

opaleye-trans-0.1.1: opaleye-trans.cabal

name:                opaleye-trans
version:             0.1.1
synopsis:            A monad transformer for Opaleye
description:         A monad transformer for Opaleye
homepage:            https://github.com/tomjaguarpaw/haskell-opaleye
license:             BSD3
license-file:        LICENSE
author:              Matthew Wraith
maintainer:          wraithm@gmail.com
copyright:           (c) 2015 Matthew Wraith
category:            Database
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/WraithM/opaleye-trans

library
  exposed-modules:     Opaleye.Trans
  -- other-modules:
  build-depends:
    base                >=4.8 && <4.9,
    mtl                 >=2.2 && <2.3,
    transformers-base   >=0.4 && <0.5,
    monad-control       >=1.0 && <1.1,
    opaleye             >=0.4 && <0.5,
    postgresql-simple   >=0.4 && <0.5,
    product-profunctors >=0.6 && <0.7
  hs-source-dirs:      src
  default-language:    Haskell2010