packages feed

Cabal revisions of mysql-effect-0.2.0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- 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-+-- 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
+x-revision: 1
+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.* || ==1.9.*
+                     , 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
+