concurrent-barrier 0.1.1 → 0.1.2
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Control/Concurrent/Barrier.hs view
@@ -1,4 +1,3 @@-{-# LANGUAGE DoAndIfThenElse #-} module Control.Concurrent.Barrier ( Barrier
concurrent-barrier.cabal view
@@ -3,7 +3,7 @@ -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name: concurrent-barrier-Version: 0.1.1+Version: 0.1.2 Synopsis: Simple thread barriers Description: A very simple package providing thread barriers.