packages feed

thread-utils-context 0.3.0.3 → 0.3.0.4

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for thread-utils-context +## 0.3.0.4 ++- Fix compilation on GHC 8.12+ ## 0.3.0.3  - Fix compilation of purgeDeadThreads on GHC 9.6
src/Control/Concurrent/Thread/Storage.hs view
@@ -71,7 +71,7 @@ import qualified Data.IntSet as IS import Foreign.C.Types import Prelude hiding (lookup)-import Unsafe.Coerce (unsafeCoerce#)+import GHC.Exts (unsafeCoerce#)  foreign import ccall unsafe "rts_getThreadId" c_getThreadId :: Addr# -> CULLong 
thread-utils-context.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           thread-utils-context-version:        0.3.0.3+version:        0.3.0.4 synopsis:       Garbage-collected thread local storage description:    Please see the README on GitHub at <https://github.com/iand675/thread-utils-context#readme> category:       Concurrency