stm-containers 0.2.3 → 0.2.4
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~list-tdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: list-t, transformers
API changes (from Hackage documentation)
Files
- stm-containers.cabal +8/−8
stm-containers.cabal view
@@ -1,7 +1,7 @@ name: stm-containers version:- 0.2.3+ 0.2.4 synopsis: Containers for STM description:@@ -63,7 +63,7 @@ -- data: hashable < 1.3, -- control:- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2, transformers >= 0.2 && < 0.5, -- debugging:@@ -97,9 +97,9 @@ -- data: hashable < 1.3, -- control:- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2,- transformers >= 0.3 && < 0.5,+ transformers >= 0.2 && < 0.5, -- debugging: loch-th == 0.2.*, placeholders == 0.1.*,@@ -132,7 +132,7 @@ placeholders == 0.1.*, -- general: base-prelude == 0.1.*,- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2, unordered-containers == 0.2.*, free >= 4.6 && < 4.10,@@ -166,7 +166,7 @@ criterion == 0.8.*, -- data: text < 1.3,- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2, hashable < 1.3, hashtables == 1.1.*,@@ -200,7 +200,7 @@ mwc-random-monad == 0.7.*, -- data: text < 1.3,- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2, unordered-containers == 0.2.*, hashable < 1.3,@@ -235,7 +235,7 @@ -- data: containers >= 0.5.2 && < 0.6, text < 1.3,- list-t >= 0.2.4 && < 0.3,+ list-t >= 0.2 && < 0.4, focus >= 0.1.2 && < 0.2, unordered-containers == 0.2.*, hashable < 1.3,