Skip to content

Commit

Permalink
Update from Hackage at 2020-12-04T22:58:46Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 4, 2020
1 parent a82d246 commit 0d31ce6
Show file tree
Hide file tree
Showing 12 changed files with 289 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5d7a346f18014ef008263c19cbdb04cda5e384511dbc3450ebcfcb9ee61f706b

name: postgresql-tx-monad-logger
version: 0.2.0.0
synopsis: postgresql-tx interfacing for use with monad-logger.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx.MonadLogger
Database.PostgreSQL.Tx.MonadLogger.Unsafe
other-modules:
Paths_postgresql_tx_monad_logger
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, monad-logger >=0.3.32 && <0.4
, postgresql-tx >=0.2.0.0 && <0.3
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"0b763ab11dee6b9060b0537f3c974841","Skein512_512":"e151e8fc7e3fe5cce01156d8f2cbe68511122a3baa7973bf2c35bd370017737c28432bf83609707aa243cd12c074387794b2dca9df868547218acb2da614693a","SHA1":"2eb9c319b64b39c1b20e334c118fb8d007e854dd","SHA512":"3a126212abfd5026dd2152badf037d3c699e038a6774d55bf6fed9e73fe4b4d71dc22c7c3a2ccd679651384f7bc3bd2a53e17725cb35edd221b6b915ed4ef54b","SHA256":"17e2f7dbf2dca53614014e0f90a654920a6236f3aedebcfa30840f67f709d68c"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-monad-logger-0.2.0.0/postgresql-tx-monad-logger-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-monad-logger-0.2.0.0.tar.gz"],"package-size":2578}
54 changes: 54 additions & 0 deletions postgresql-tx-query/0.2.0.0/postgresql-tx-query.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: de75a082fc842191537ebebf90b7cab40f5bc05129aa56df357a75d3f0928172

name: postgresql-tx-query
version: 0.2.0.0
synopsis: postgresql-tx interfacing for use with postgresql-query.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx.Query
Database.PostgreSQL.Tx.Query.Internal
Database.PostgreSQL.Tx.Query.Internal.Reexport
other-modules:
Paths_postgresql_tx_query
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, exceptions >=0.10.4 && <0.11
, monad-control >=1.0.2.3 && <1.1
, monad-logger >=0.3.32 && <0.4
, mtl >=2.2.2 && <2.3
, postgresql-query >=3.5.0 && <3.6
, postgresql-simple >=0.6.2 && <0.7
, postgresql-tx >=0.2.0.0 && <0.3
, postgresql-tx-monad-logger >=0.2.0.0 && <0.3
, postgresql-tx-simple >=0.2.0.0 && <0.3
, transformers >=0.5.6.2 && <0.6
, transformers-base >=0.4.5.2 && <0.5
default-language: Haskell2010
1 change: 1 addition & 0 deletions postgresql-tx-query/0.2.0.0/postgresql-tx-query.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8225053e59821bc5c6535449ddfb87d6","Skein512_512":"06fca3e078a7db0a5f728a1193ee3ebe9aae1c65c66f943a54b07fda0edb871ced2321ce741ac901ad67daf560588a0eaa83e4077e9b52455a816839c15b80e9","SHA1":"addde43df3a38d11c0575c2c107f00850d31e51f","SHA512":"e701c31394a7b1a8f1aad3352f03c204fc6f68b5f9b157c9ffc7f554c4c6d61ddc0333d762b008bee83d670706d8f928af4790cf4c3d40d4a89f7d6f27cc29d1","SHA256":"9bd825bcdbcadd04d254ffe1489771f8f3b464db2c940ae140c257a565c3c591"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-query-0.2.0.0/postgresql-tx-query-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-query-0.2.0.0.tar.gz"],"package-size":4090}
46 changes: 46 additions & 0 deletions postgresql-tx-simple/0.2.0.0/postgresql-tx-simple.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a28e2079196694ad2a65da28273d761629b586f6af9c436a58761fccd48ba274

name: postgresql-tx-simple
version: 0.2.0.0
synopsis: postgresql-tx interfacing for use with postgresql-simple.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx.Simple
Database.PostgreSQL.Tx.Simple.Internal
other-modules:
Paths_postgresql_tx_simple
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, bytestring >=0.10.10.0 && <0.11
, postgresql-simple >=0.6.2 && <0.7
, postgresql-tx >=0.2.0.0 && <0.3
, transformers >=0.5.6.2 && <0.6
default-language: Haskell2010
1 change: 1 addition & 0 deletions postgresql-tx-simple/0.2.0.0/postgresql-tx-simple.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"87b1a613bea13e91305c0f6562f41a50","Skein512_512":"17eea80020b0423d15955359a79a3c0c7366abcb47031e3490c233c5e91020ee56da1e5e914724e8860a4e35f146edaa35ec61632c5071b66576b471dac420d7","SHA1":"aa852ca8e9f98bcc5a3b721a04a7deb2df84ca9e","SHA512":"6f1f69ed9122f2b9c40e34d2d892970b82eddc736712d13fbcb6b157e23c645fe4a1fa770601600b867de9438a4693657706a4807673ac1cea8b5284bcc51b47","SHA256":"3cbd817bf9249f519c5d6a0568230b4a5955f89f238a9006ea2ad5b3caf20b63"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-simple-0.2.0.0/postgresql-tx-simple-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-simple-0.2.0.0.tar.gz"],"package-size":3319}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9e41fa7e1ce0b7332c8127c01fcc669021bd3a67e11cfcf296209d780df16fcc

name: postgresql-tx-squeal-compat-simple
version: 0.1.0.0
synopsis: Connection interop from postgresql-simple connections to postgresql-libpq connections.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Jason Shipman
maintainer: jasonpshipman@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx.Squeal.Compat.Simple
other-modules:
Paths_postgresql_tx_squeal_compat_simple
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, postgresql-simple >=0.6.2 && <0.7
, postgresql-tx-squeal >=0.2.0.0 && <0.3
default-language: Haskell2010
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b15da5b87d08bcf6d02d578d7a13adc9","Skein512_512":"4004cc8f8ba4118ff027eeeb874f1b726bf0dfa853fbab99f1c99f140c430e507962a91bada01dc8004fe233982e5a0fac92ae7670ca903b9249709c191d6f47","SHA1":"d13c4559fcc1949414ec5a1778171ec716293c55","SHA512":"d0af2f3d3f414f469bfb08d26aac7027e3e07e156fc24edd6854c0522702263ea634d09df64e0da3fad253622e5e60065cd459a49dc7d23524ccdf8c877e2231","SHA256":"c1fb5677ebe1bfd4f2082ab55628a8d5d07f9c9d012fe3f22d35f8cc870ed83c"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-squeal-compat-simple-0.1.0.0/postgresql-tx-squeal-compat-simple-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-squeal-compat-simple-0.1.0.0.tar.gz"],"package-size":2288}
50 changes: 50 additions & 0 deletions postgresql-tx-squeal/0.2.0.0/postgresql-tx-squeal.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e701f125cf44879463dd9939bb3949bfcb0630c866cf1314ee8a603d80a588e5

name: postgresql-tx-squeal
version: 0.2.0.0
synopsis: postgresql-tx interfacing for use with squeal-postgresql.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx.Squeal
Database.PostgreSQL.Tx.Squeal.Internal
Database.PostgreSQL.Tx.Squeal.Internal.Reexport
other-modules:
Paths_postgresql_tx_squeal
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, bytestring >=0.10.10.0 && <0.11
, generics-sop >=0.5.1.0 && <0.6
, postgresql-libpq >=0.9.4.2 && <0.10
, postgresql-tx >=0.2.0.0 && <0.3
, records-sop >=0.1.0.3 && <0.2
, squeal-postgresql >=0.7.0.1 && <0.8
, unliftio >=0.2.13 && <0.3
default-language: Haskell2010
1 change: 1 addition & 0 deletions postgresql-tx-squeal/0.2.0.0/postgresql-tx-squeal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"2247b287d6085ba90798c4762b5b31a9","Skein512_512":"fd12e23b69153aeffc0861c91d22e8daece4bb45119c4c5831c81248aeccdcabb85a5d469a30a2467e193d55925257583711a60e25ccdd12f1db2d1e1e100005","SHA1":"b847d7288589f0e9b5f2c781693c52bc2ce9bace","SHA512":"16d38603a512e6a517ee09efe88f1e1ee538a33a927fd386de66db08f2a44c4e7229356bcb40ea1661f8ed82391f4c425462203382568d8da31cd3310345072e","SHA256":"4db24ba885dd9794a9c9485b3dc2aba1daeef4de9c32bc5e4e8a9af99b07013d"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-squeal-0.2.0.0/postgresql-tx-squeal-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-squeal-0.2.0.0.tar.gz"],"package-size":5590}
46 changes: 46 additions & 0 deletions postgresql-tx/0.2.0.0/postgresql-tx.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6502ef6d385db187552d31216c423233d2ea504b31a19ce4f273aa8aeb6773c0

name: postgresql-tx
version: 0.2.0.0
synopsis: A safe transaction monad for use with various PostgreSQL Haskell libraries.
description: Please see the README on GitHub at <https://github.com/simspace/postgresql-tx#readme>
category: Database
homepage: https://github.com/simspace/postgresql-tx#readme
bug-reports: https://github.com/simspace/postgresql-tx/issues
author: Cary Robbins
maintainer: carymrobbins@gmail.com
copyright: 2020 SimSpace
license: BSD3
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md

source-repository head
type: git
location: https://github.com/simspace/postgresql-tx

library
exposed-modules:
Database.PostgreSQL.Tx
Database.PostgreSQL.Tx.HEnv
Database.PostgreSQL.Tx.Internal
Database.PostgreSQL.Tx.Unsafe
other-modules:
Paths_postgresql_tx
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, transformers >=0.5.6.2 && <0.6
default-language: Haskell2010
1 change: 1 addition & 0 deletions postgresql-tx/0.2.0.0/postgresql-tx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ce8493d94e108ba4defaa6ff1a1c29af","Skein512_512":"f1ce5d3d666da1bda40c878619ec65dc6dbcaa2eefd34568efbf021f27f7b4094c64648fc66a97ff0980efe835586888c6701d963ce797a8291028721e7f898c","SHA1":"d779bff8732cdfd5a410572099872bf7863b345f","SHA512":"4f1848351989273126cc7c69ac00ee5c3badc34ddf9dbeeba5d0bb1fcda2615c603794831b1fe699dee08cd605b5e08706ff6771c87058f1de37445a903f1e3c","SHA256":"ca258e45db09bcd3a60cb4fd6a73a9805971689d7cecc0bb818a3fdf20a8bb26"},"package-locations":["https://hackage.haskell.org/package/postgresql-tx-0.2.0.0/postgresql-tx-0.2.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/postgresql-tx-0.2.0.0.tar.gz"],"package-size":6371}

0 comments on commit 0d31ce6

Please sign in to comment.