mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
5cf9264d63
commit
af16c6b056
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue