mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
haskell-atomic-primops: update to version 0.6.1
This commit is contained in:
parent
cd2dddd882
commit
a63314c6bc
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "atomic-primops";
|
pname = "atomic-primops";
|
||||||
version = "0.6.0.6";
|
version = "0.6.1";
|
||||||
sha256 = "10i9s6d9951z9bf88w1vxcfb9z9axm2q4kf8wy6zd5gcc8hm7wcb";
|
sha256 = "1j8slmqsyhvx7xns1qpvbmcjsfqfkphycv32hgcmk17wl1fzbyi7";
|
||||||
buildDepends = [ primitive ];
|
buildDepends = [ primitive ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
||||||
|
Loading…
Reference in New Issue
Block a user