packages feed

concurrency 1.4.0.1 → 1.4.0.2

raw patch · 2 files changed

+15/−3 lines, 2 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/  +1.4.0.2 (2018-03-11)+--------------------++* Git: :tag:`concurrency-1.4.0.2`+* Hackage: :hackage:`concurrency-1.4.0.2`++Miscellaneous+~~~~~~~~~~~~~++* (:pull:`245`) The upper bound on :hackage:`exceptions` is <0.11.++ 1.4.0.1 (2018-02-26) -------------------- 
concurrency.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                concurrency-version:             1.4.0.1+version:             1.4.0.2 synopsis:            Typeclasses, functions, and data types for concurrency and STM.  description:@@ -32,7 +32,7 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      concurrency-1.4.0.1+  tag:      concurrency-1.4.0.2  library   exposed-modules:     Control.Monad.Conc.Class@@ -58,7 +58,7 @@   build-depends:       base              >=4.8  && <5                      , array             >=0.5  && <0.6                      , atomic-primops    >=0.8  && <0.9-                     , exceptions        >=0.7  && <0.10+                     , exceptions        >=0.7  && <0.11                      , monad-control     >=1.0  && <1.1                      , mtl               >=2.2  && <2.3                      , stm               >=2.4  && <2.5