Skip to content

Commit

Permalink
Update from Hackage at 2015-09-02T02:38:09+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
Commercial Haskell all-cabal-hashes Travis job committed Sep 2, 2015
1 parent 657ca1e commit b486fad
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
49 changes: 49 additions & 0 deletions persistent-mysql/2.3/persistent-mysql.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: persistent-mysql
version: 2.3
license: MIT
license-file: LICENSE
author: Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman
maintainer: Felipe Lessa <felipe.lessa@gmail.com>
synopsis: Backend for the persistent library using MySQL database server.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
description:
This package contains a backend for persistent using the
MySQL database server. Internally it uses the @mysql-simple@
and @mysql@ packages in order to access the database.
.
This package supports only MySQL 5.1 and above. However, it
has been tested only on MySQL 5.5.
Only the InnoDB storage engine is officially supported.
.
Known problems:
.
* This package does not support statements inside other
statements.
extra-source-files: ChangeLog.md

library
build-depends: base >= 4.6 && < 5
, transformers >= 0.2.1
, mysql-simple >= 0.2.2.3 && < 0.3
, mysql >= 0.1.1.3 && < 0.2
, blaze-builder
, persistent >= 2.2 && < 3
, containers >= 0.2
, bytestring >= 0.9
, text >= 0.11.0.6
, monad-control >= 0.2
, aeson >= 0.6.2
, conduit >= 0.5.3
, resourcet >= 0.4.10
, monad-logger
exposed-modules: Database.Persist.MySQL
ghc-options: -Wall

source-repository head
type: git
location: git://github.com/yesodweb/persistent.git
1 change: 1 addition & 0 deletions persistent-mysql/2.3/persistent-mysql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"adba59424f350ec72eb91c04360f3ec4","Skein512_512":"ef8bc6fda6e28d08117f50d4d6296217168ef09235bb5361a8652142f916b0c600fe6a09562967a2b2ad2b0df45ebddedefad6dca795c5d7ef961bdf4927519c","SHA1":"f60ec458a92d811ea37291b42c1cc001f75205e8","SHA512":"a1c5676ce118e5318a61767bd31a9e9ba30f46e281750921107eaa66d6ecbb79803439a715540dd886b5cbfb794e2fc037d084d05a7709fcf63700f82844c438","SHA256":"c4d24a212698b78bd25fb9c8024291f0f4914cd76dbbac00c629abc7f64d4342"},"package-locations":["https://hackage.haskell.org/package/persistent-mysql-2.3/persistent-mysql-2.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-mysql-2.3.tar.gz"],"package-size":11981}

0 comments on commit b486fad

Please sign in to comment.