unbounded-delays 0.1.0.3 → 0.1.0.4
raw patch · 3 files changed
+9/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Concurrent/Thread/Delay.hs +4/−0
- Control/Concurrent/Timeout.hs +4/−0
- unbounded-delays.cabal +1/−1
Control/Concurrent/Thread/Delay.hs view
@@ -1,5 +1,9 @@ {-# LANGUAGE CPP, NoImplicitPrelude, UnicodeSyntax #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module : Control.Concurrent.Thread.Delay
Control/Concurrent/Timeout.hs view
@@ -4,6 +4,10 @@ , UnicodeSyntax #-} +#if __GLASGOW_HASKELL__ >= 704+{-# LANGUAGE Safe #-}+#endif+ ------------------------------------------------------------------------------- -- | -- Module : Control.Concurrent.Timeout
unbounded-delays.cabal view
@@ -1,5 +1,5 @@ name: unbounded-delays-version: 0.1.0.3+version: 0.1.0.4 cabal-version: >= 1.6 build-type: Custom author: Bas van Dijk <v.dijk.bas@gmail.com>