mysql-effect-0.2.0.3: 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.2.0.3
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.8
, bytestring
, extensible-effects ==1.4.* || ==1.7.*
, mysql-simple >=0.2 && <0.3
, mysql >=0.1.1.6
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/ibotty/mysql-effect