IORefCAS 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- IORefCAS.cabal +3/−2
IORefCAS.cabal view
@@ -1,5 +1,5 @@ Name: IORefCAS-Version: 0.0.1.1+Version: 0.0.1.2 License: BSD3 License-file: LICENSE Author: Adam C. Foltzer, Ryan Newton@@ -11,8 +11,9 @@ -- Version History: -- 0.0.1 -- initial release -- 0.0.1.1 -- minor bump to include README+-- 0.0.1.2 -- Egad, super minor update. -Synopsis: Atomic compare and swap for IORefs and CASRefs.+Synopsis: Atomic compare and swap for IORefs and STRefs. Description: