packages feed

haskey 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+5/−5 lines, 2 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

README.md view
@@ -13,7 +13,7 @@  ## Tutorial -A full tutorial can be [found in the haskey-mtl library](https://github.com/haskell-haskey/haskey-mtl/blob/master/docs/tutorial.md), along with a [full code example](https://github.com/haskell-haskey/haskey-mtl/tree/feature/tutorial/example).+A full tutorial can be [found in the haskey-mtl library](https://github.com/haskell-haskey/haskey-mtl/blob/master/docs/tutorial.md), along with a [full code example](https://github.com/haskell-haskey/haskey-mtl/tree/master/example).  ## Historical blog posts Some blog posts have been written on Haskey's design an internals. These give an insight in the inner workings of Haskey, but the used APIs might be a bit outdated.
haskey.cabal view
@@ -1,5 +1,5 @@ name:                haskey-version:             0.3.0.1+version:             0.3.0.2 synopsis:            A transactional, ACID compliant, embeddable key-value store. description:     Haskey is a transactional, ACID compliant, embeddable, scalable key-value@@ -62,7 +62,7 @@     bytestring              >=0.10 && <1,     containers              >=0.5  && <1,     directory               >=1.2  && <2,-    exceptions              >=0.8.3 && <0.9,+    exceptions              >=0.8.3 && <0.11,     filepath                >=1.4  && <2,     focus                   >=0.1.2 && <0.2,     haskey-btree            >=0.3.0.0 && <0.4,@@ -121,7 +121,7 @@     bytestring    >=0.10 && <1,     containers    >=0.5  && <1,     directory     >=1.2  && <2,-    exceptions    >=0.8.3 && <0.9,+    exceptions    >=0.8.3 && <0.11,     mtl           >=2.1  && <3,     transformers  >=0.3  && <1,     temporary     >=1.2  && <1.4,@@ -150,7 +150,7 @@     async         >=2.1 && <3,     bytestring    >=0.6 && <0.9 || >0.9 && <1,     directory     >=1.2  && <2,-    exceptions    >=0.8.3 && <0.9,+    exceptions    >=0.8.3 && <0.11,     random        >=1.1 && <2,     text          >=1.2 && <2