gnu: ghc-atomic-primops: Update to 0.8.3.

* gnu/packages/haskell-xyz.scm (ghc-atomic-primops): Update to 0.8.3.
This commit is contained in:
Timothy Sample 2019-11-08 23:19:36 -05:00
parent 5cf9264d63
commit af16c6b056
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -429,7 +429,7 @@ (define-public ghc-async
(define-public ghc-atomic-primops
(package
(name "ghc-atomic-primops")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
@ -437,7 +437,7 @@ (define-public ghc-atomic-primops
"/atomic-primops-" version ".tar.gz"))
(sha256
(base32
"0cyr2x6xqz6s233znrz9rnrfj56m9bmnawwnka0lsqqy1hp8gy37"))))
"03n5dmyplrqgbyf8dr91izkxci7gkl3i3fnp82i5ld869zrgjfh0"))))
(build-system haskell-build-system)
(inputs `(("ghc-primitive" ,ghc-primitive)))
(home-page "https://github.com/rrnewton/haskell-lockfree/wiki")