packages feed

multipool 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+4/−13 lines, 2 filesdep −hedisdep −mmorphdep −persistent-postgresqlPVP ok

version bump matches the API change (PVP)

Dependencies removed: hedis, mmorph, persistent-postgresql, postgresql-common-persistent

API changes (from Hackage documentation)

Files

multipool.cabal view
@@ -2,12 +2,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: 94867a7572b048dffde7b9f36b385a6ca96a42467c6d513f22a25f60ed82c231+-- hash: 94857348efe4280780cf43aafdfa4d309b7f052c478231a8894f01882519533b  name:           multipool-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Generalized system for reading and writing to distributed systems that have primary/replica topologies.-description:    Please see the README on GitHub at <https://github.com/githubuser/multipool#readme>+description:    Please see the README on GitHub at <https://github.com/iand675/multipool#readme>+category:       Database homepage:       https://github.com/iand675/multipool#readme bug-reports:    https://github.com/iand675/multipool/issues author:         Ian Duncan@@ -36,13 +37,9 @@       base >=4.7 && <5     , bytestring     , hashable-    , hedis-    , mmorph     , monad-logger     , mtl     , persistent-    , persistent-postgresql-    , postgresql-common-persistent     , resource-pool     , text     , unordered-containers@@ -60,14 +57,10 @@       base >=4.7 && <5     , bytestring     , hashable-    , hedis-    , mmorph     , monad-logger     , mtl     , multipool     , persistent-    , persistent-postgresql-    , postgresql-common-persistent     , resource-pool     , text     , unordered-containers
src/Data/MultiPool.hs view
@@ -24,8 +24,6 @@ import Data.IORef -- Todo: separate out implementations import Data.ByteString (ByteString)-import Database.Persist.Postgresql-import Database.Persist.Postgresql.Common  newtype InstanceName backend = InstanceName   { rawInstanceName :: Hashed Text