mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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
|
(define-public ghc-atomic-primops
|
||||||
(package
|
(package
|
||||||
(name "ghc-atomic-primops")
|
(name "ghc-atomic-primops")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -437,7 +437,7 @@ (define-public ghc-atomic-primops
|
||||||
"/atomic-primops-" version ".tar.gz"))
|
"/atomic-primops-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cyr2x6xqz6s233znrz9rnrfj56m9bmnawwnka0lsqqy1hp8gy37"))))
|
"03n5dmyplrqgbyf8dr91izkxci7gkl3i3fnp82i5ld869zrgjfh0"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs `(("ghc-primitive" ,ghc-primitive)))
|
(inputs `(("ghc-primitive" ,ghc-primitive)))
|
||||||
(home-page "https://github.com/rrnewton/haskell-lockfree/wiki")
|
(home-page "https://github.com/rrnewton/haskell-lockfree/wiki")
|
||||||
|
|
Loading…
Reference in a new issue