[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: ghc-atomic-primops: Update to 0.8.3.
From: |
guix-commits |
Subject: |
08/08: gnu: ghc-atomic-primops: Update to 0.8.3. |
Date: |
Sat, 9 Nov 2019 00:03:14 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit a22add6ac4190d4f4a6820414e029923f9cddf0a
Author: Timothy Sample <address@hidden>
Date: Fri Nov 8 23:19:36 2019 -0500
gnu: ghc-atomic-primops: Update to 0.8.3.
* gnu/packages/haskell-xyz.scm (ghc-atomic-primops): Update to 0.8.3.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f471ee4..e952ab4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -429,7 +429,7 @@ will eventually deliver a value of type @code{a}.")
(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 @@ will eventually deliver a value of type @code{a}.")
"/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")
- branch wip-haskell-updates updated (da26330 -> a22add6), guix-commits, 2019/11/09
- 04/08: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/09
- 03/08: gnu: Remove ghc-monadplus., guix-commits, 2019/11/09
- 01/08: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/09
- 02/08: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/09
- 07/08: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/09
- 08/08: gnu: ghc-atomic-primops: Update to 0.8.3.,
guix-commits <=
- 06/08: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/09
- 05/08: gnu: ghc-geniplate-mirror: Update Cabal file to r2., guix-commits, 2019/11/09