atomic-primops-foreign 0.6.1 → 0.6.2
raw patch · 1 files changed
+5/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
atomic-primops-foreign.cabal view
@@ -1,5 +1,5 @@ Name: atomic-primops-foreign-Version: 0.6.1+Version: 0.6.2 License: BSD3 License-file: LICENSE Author: Ryan Newton@@ -13,7 +13,9 @@ -- 0.6 -- Factored out of parent module to separate dependencies. Synopsis: An atomic counter implemented using the FFI.-Description:+Description: + This is an alternate implementation of the counter interface + provided by the atomic-primops packag. Library exposed-modules: Data.Atomics.Counter.Foreign@@ -22,7 +24,7 @@ -- This can go back further than the atomic-primops package in supporting old GHC's: -- For now let's say GHC 7.0 through 7.8:- build-depends: base >= 4.3.0.0 && <= 4.7.0.0+ build-depends: base >= 4.3.0.0 && < 4.8.0.0 CC-Options: -Wall Test-Suite test-atomic-primops-foreign