packages feed

mysql-effect-0.1.0.0: mysql-effect.cabal

-- Initial mysql-effect.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                mysql-effect
version:             0.1.0.0
synopsis:            An extensible mysql effect using extensible-effects and mysql-simple
description:         Any help (especially documentation) is very welcome,
homepage:            https://github.com/ibotty/mysql-effect
license:             MIT
license-file:        LICENSE
author:              Tobias Florek
maintainer:          tob@butter.sh
-- copyright:           
category:            Database, Effect
build-type:          Simple
extra-source-files:  Changelog.md
cabal-version:       >=1.10

library
  exposed-modules:     Control.Eff.MySQL
  other-modules:       Control.Eff.MySQL.Helper
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.7
                     , bytestring 
                     , extensible-effects >=1.2 && <1.3
                     , mysql-simple >=0.2 && <0.3
  hs-source-dirs:      src
  default-language:    Haskell2010