Skip to content

Commit

Permalink
Update from Hackage at 2017-03-06T13:09:16Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Mar 6, 2017
1 parent 6f07e29 commit e5e1058
Show file tree
Hide file tree
Showing 10 changed files with 360 additions and 0 deletions.
50 changes: 50 additions & 0 deletions persistent-mysql/2.6.0.1/persistent-mysql.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: persistent-mysql
version: 2.6.0.1
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.5
, mysql >= 0.1.1.3 && < 0.2
, blaze-builder
, persistent >= 2.6.1 && < 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
, resource-pool
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.6.0.1/persistent-mysql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"dbcf9f280ee4028f53b8e042ca207440","Skein512_512":"80abfbbc37cb6589d135673a6c27e66a7ad658aa94bd02e9844e087d4ff8b89f79b7b1ff7e85ba85c57012f3f3fa25e74c17e43ed4802af082b5648aba64d056","SHA1":"bee1fe3a93e0ec3f48fe1e9f70f15d625d4db9be","SHA512":"bfe801cad1ad8f6b9a55348997a9190d3ca0eb4c12eb4cc57b3d24cdb92b8064ac465dfabd4c158c40d258b1b814517ffb5e6bc689d2a44b3f177a9ef97ccdd9","SHA256":"6c7b1805517c084ed971bcb78f12e7ebc87339389660ac470473a2ed49894cbe"},"package-locations":["https://hackage.haskell.org/package/persistent-mysql-2.6.0.1/persistent-mysql-2.6.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-mysql-2.6.0.1.tar.gz"],"package-size":12827}
39 changes: 39 additions & 0 deletions persistent-postgresql/2.6.1/persistent-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: persistent-postgresql
version: 2.6.1
license: MIT
license-file: LICENSE
author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Backend for the persistent library using postgresql.
description: Based on the postgresql-simple package
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
extra-source-files: ChangeLog.md

library
build-depends: base >= 4.6 && < 5
, transformers >= 0.2.1
, postgresql-simple >= 0.4.0 && < 0.6
, postgresql-libpq >= 0.6.1 && < 0.10
, persistent >= 2.6.1 && < 3
, containers >= 0.2
, bytestring >= 0.9
, text >= 0.7
, monad-control >= 0.2
, blaze-builder
, time >= 1.1
, aeson >= 0.6.2
, conduit >= 0.5.3
, resourcet >= 1.1
, monad-logger >= 0.3.4
, resource-pool
exposed-modules: Database.Persist.Postgresql
ghc-options: -Wall

source-repository head
type: git
location: git://github.com/yesodweb/persistent.git
1 change: 1 addition & 0 deletions persistent-postgresql/2.6.1/persistent-postgresql.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"16eed5462a7a63fc52d55827e4ba4551","Skein512_512":"fd584dd91161c3c247f864dddcd8d6f54384703762c8744cc75fa73afc0acc80e3763453981c11dc3275c112d85f71022fc283f4205f3bf5b4689d18287918cc","SHA1":"2674f83d492cecb813c0f86cf5fd0b777dc7a795","SHA512":"3d0b71abd493f897d9a082f47d2e1d260b35f12f31d4c001c35b28f34e4fc3df59b376891bf208792c02fcae3139b883e5e2322c283040fdedb23fb503f49353","SHA256":"0cdfb492faa3a69ec69f06bb3c17ee6c36399f406e02a2ff16086f45bed6f870"},"package-locations":["https://hackage.haskell.org/package/persistent-postgresql-2.6.1/persistent-postgresql-2.6.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-postgresql-2.6.1.tar.gz"],"package-size":14305}
82 changes: 82 additions & 0 deletions persistent-sqlite/2.6.2/persistent-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
name: persistent-sqlite
version: 2.6.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Backend for the persistent library using sqlite3.
description: This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: ChangeLog.md cbits/*.c cbits/*.h

flag systemlib
description: Use the system-wide sqlite library
default: False
flag build-sanity-exe
description: Build a sanity check test executable
default: False

library
build-depends: base >= 4.6 && < 5
, bytestring >= 0.9.1
, transformers >= 0.2.1
, persistent >= 2.6.1 && < 3
, monad-control >= 0.2
, containers >= 0.2
, text >= 0.7
, aeson >= 0.6.2
, conduit >= 0.5.3
, monad-logger >= 0.2.4
, microlens-th >= 0.4.1.1
, resourcet >= 1.1
, time
, old-locale
, resource-pool
, unordered-containers
exposed-modules: Database.Sqlite
Database.Persist.Sqlite
ghc-options: -Wall
if flag(systemlib)
extra-libraries: sqlite3
else
c-sources: cbits/sqlite3.c
include-dirs: cbits
cc-options: -fPIC -std=c99

c-sources: cbits/config.c

if !os(windows)
extra-libraries: pthread

source-repository head
type: git
location: git://github.com/yesodweb/persistent.git


test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
build-depends: base
, hspec
, persistent
, persistent-sqlite
, persistent-template
, temporary
, text
, time
, transformers

executable sanity
if flag(build-sanity-exe)
buildable: True
else
buildable: False
main-is: sanity.hs
hs-source-dirs: test
build-depends: base, persistent-sqlite, monad-logger
1 change: 1 addition & 0 deletions persistent-sqlite/2.6.2/persistent-sqlite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"fb287ad316b2c8038660979bb43c366f","Skein512_512":"cf0d22e5cb863f2c913f848335fa329b74848bdfb6c7637acc200038f21e05cb1210fda95f1eae57ff46e14936e5401471218659667225088f83bd17af1ae00c","SHA1":"cbc8d2c8d832623cb18d8dd3a71a26a659a38e9e","SHA512":"c63e493c91392d128351bf20a6a78b5caa40f72607caf25790a1aeb9f7b49e61dbd797bf0e1d397b89101e7151db8cada93d4c6dca897a099b18a01ca619fc21","SHA256":"6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf"},"package-locations":["https://hackage.haskell.org/package/persistent-sqlite-2.6.2/persistent-sqlite-2.6.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-sqlite-2.6.2.tar.gz"],"package-size":3568400}
56 changes: 56 additions & 0 deletions persistent-template/2.5.2/persistent-template.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: persistent-template
version: 2.5.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
synopsis: Type-safe, non-relational, multi-backend persistence.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent-template>.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: test/main.hs ChangeLog.md README.md

library
build-depends: base >= 4.6 && < 5
, template-haskell
, persistent >= 2.5 && < 3
, monad-control >= 0.2 && < 1.1
, bytestring >= 0.9
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
, aeson >= 0.7 && < 1.2
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers
, tagged
, path-pieces
, http-api-data >= 0.2 && < 0.4
, ghc-prim
exposed-modules: Database.Persist.TH
ghc-options: -Wall
if impl(ghc >= 7.4)
cpp-options: -DGHC_7_4

test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test

build-depends: base >= 4.6 && < 5
, persistent-template
, aeson
, hspec >= 1.3
, text
, persistent
, bytestring
, QuickCheck
, transformers

source-repository head
type: git
location: git://github.com/yesodweb/persistent.git
1 change: 1 addition & 0 deletions persistent-template/2.5.2/persistent-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8120d37b821ac1806a2c0ca69b8eec83","Skein512_512":"6785ee4bb64afc506beec715f5f554ccd82c0b8dc2711f1ba753d8248b2506679e4c8b6e530d86b08b4dfd1f54e8b8523b23bc9e8e35cc6ba72af7a173d3a5a7","SHA1":"f8c3ac408b6b4240760118698e69c9b267562ffa","SHA512":"cc6f0c899440395db6bb119fd81b999da34bf53fa03073ab2b3b146834b36ba446f91e1dd4ed26cce4b64e14bebded744df46f4e2376d1dc9d9f1f1689da22f3","SHA256":"de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011"},"package-locations":["https://hackage.haskell.org/package/persistent-template-2.5.2/persistent-template-2.5.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-template-2.5.2.tar.gz"],"package-size":20403}
128 changes: 128 additions & 0 deletions persistent/2.6.1/persistent.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
name: persistent
version: 2.6.1
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info>
synopsis: Type-safe, multi-backend data serialization.
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent>.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: ChangeLog.md README.md

flag nooverlap
default: False
description: test out our assumption that OverlappingInstances is just for String

library
if flag(nooverlap)
cpp-options: -DNO_OVERLAP

build-depends: base >= 4.7 && < 5
, bytestring >= 0.9
, transformers >= 0.2.1
, time >= 1.1.4
, old-locale
, text >= 0.8
, containers >= 0.2
, conduit >= 1.0
, resourcet >= 1.1
, exceptions >= 0.6
, monad-control >= 0.3
, lifted-base >= 0.1
, resource-pool >= 0.2.2.0
, path-pieces >= 0.1
, http-api-data >= 0.2 && < 0.4
, aeson >= 0.5
, monad-logger >= 0.3
, transformers-base
, base64-bytestring
, unordered-containers
, vector
, attoparsec
, template-haskell
, blaze-html >= 0.5
, blaze-markup >= 0.5.1
, silently
, mtl
, fast-logger >= 2.1
, scientific
, tagged

exposed-modules: Database.Persist
Database.Persist.Quasi

Database.Persist.Types
Database.Persist.Class
Database.Persist.Sql
Database.Persist.Sql.Util
Database.Persist.Sql.Types.Internal

other-modules: Database.Persist.Types.Base
Database.Persist.Class.DeleteCascade
Database.Persist.Class.PersistEntity
Database.Persist.Class.PersistQuery
Database.Persist.Class.PersistUnique
Database.Persist.Class.PersistConfig
Database.Persist.Class.PersistField
Database.Persist.Class.PersistStore

Database.Persist.Sql.Migration
Database.Persist.Sql.Internal
Database.Persist.Sql.Types
Database.Persist.Sql.Raw
Database.Persist.Sql.Run
Database.Persist.Sql.Class
Database.Persist.Sql.Orphan.PersistQuery
Database.Persist.Sql.Orphan.PersistStore
Database.Persist.Sql.Orphan.PersistUnique

ghc-options: -Wall

test-suite test
type: exitcode-stdio-1.0
main-is: test/main.hs

build-depends: base >= 4.6 && < 5
, hspec >= 1.3
, containers
, text
, unordered-containers
, time
, old-locale
, bytestring
, vector
, base64-bytestring
, attoparsec
, transformers
, path-pieces
, http-api-data >= 0.2 && < 0.4
, aeson
, resourcet
, monad-logger
, conduit
, monad-control
, blaze-html
, scientific
, tagged
, fast-logger >= 2.1
, lifted-base >= 0.1
, mtl
, template-haskell
, resource-pool

cpp-options: -DTEST

other-modules: Database.Persist.Class.PersistEntity
Database.Persist.Class.PersistField
Database.Persist.Quasi
Database.Persist.Types
Database.Persist.Types.Base

source-repository head
type: git
location: git://github.com/yesodweb/persistent.git
1 change: 1 addition & 0 deletions persistent/2.6.1/persistent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0bf7563f483cc99b5da6bade9eb7b07c","Skein512_512":"29e6cc3db15ea30c01f3d17a9fe2b69447b483a78f6224ce6a6ad50d0243b53cc18d7f60b69a536213d509036c7d4b1f42d0664db0943897b8fdf1256f571810","SHA1":"1e51e6c5d155dd5d5e9cc2214782fd6f9fd56c7b","SHA512":"63aab0c7011a8003dc78254624f437a927674c9c108e796571093cd7880a7b8d5ef27ccaae0dc434bba8c110fe01aaec7db8be0f031779d547dd35d6276e80f5","SHA256":"c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e"},"package-locations":["https://hackage.haskell.org/package/persistent-2.6.1/persistent-2.6.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/persistent-2.6.1.tar.gz"],"package-size":69040}

0 comments on commit e5e1058

Please sign in to comment.