packages feed

concurrent-extra 0.7.0.2 → 0.7.0.3

raw patch · 8 files changed

+29/−1 lines, 8 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Concurrent/Broadcast.hs view
@@ -1,5 +1,9 @@ {-# LANGUAGE CPP, DeriveDataTypeable, NoImplicitPrelude, UnicodeSyntax #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.Broadcast
Control/Concurrent/Event.hs view
@@ -4,6 +4,10 @@            , UnicodeSyntax   #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.Event
Control/Concurrent/Lock.hs view
@@ -1,5 +1,9 @@ {-# LANGUAGE CPP, DeriveDataTypeable, NoImplicitPrelude, UnicodeSyntax #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ -------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.Lock
Control/Concurrent/RLock.hs view
@@ -5,6 +5,10 @@            , UnicodeSyntax   #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ -------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.RLock
Control/Concurrent/ReadWriteLock.hs view
@@ -5,6 +5,10 @@            , UnicodeSyntax   #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.ReadWriteLock
Control/Concurrent/ReadWriteVar.hs view
@@ -5,6 +5,10 @@            , UnicodeSyntax   #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.ReadWriteVar
Control/Concurrent/STM/Lock.hs view
@@ -1,5 +1,9 @@ {-# LANGUAGE CPP, DeriveDataTypeable, NoImplicitPrelude, UnicodeSyntax #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Trustworthy #-}+#endif+ -------------------------------------------------------------------------------- -- | -- Module     : Control.Concurrent.STM.Lock
concurrent-extra.cabal view
@@ -1,5 +1,5 @@ name:          concurrent-extra-version:       0.7.0.2+version:       0.7.0.3 cabal-version: >= 1.8 build-type:    Custom stability:     experimental