From 6fa686c078642d5f2de8412ef888986980d76a82 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Apr 2014 21:12:37 +0200 Subject: haskell-atomic-primops: update to version 0.6.0.5 --- pkgs/development/libraries/haskell/atomic-primops/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development') diff --git a/pkgs/development/libraries/haskell/atomic-primops/default.nix b/pkgs/development/libraries/haskell/atomic-primops/default.nix index c5bc0dd2b47..59d02ce7649 100644 --- a/pkgs/development/libraries/haskell/atomic-primops/default.nix +++ b/pkgs/development/libraries/haskell/atomic-primops/default.nix @@ -1,10 +1,10 @@ -{ cabal, Cabal, primitive }: +{ cabal, primitive }: cabal.mkDerivation (self: { pname = "atomic-primops"; - version = "0.6"; - sha256 = "0jj4mv9vzk7s257gnjs00fza6shr7j9bv8p48gj61yncg0qdypiz"; - buildDepends = [ Cabal primitive ]; + version = "0.6.0.5"; + sha256 = "0xyvadhmhk2b6y6p52cfbjx1hs3zfcwfa5wx6cypaq4yi3csyl5k"; + buildDepends = [ primitive ]; meta = { homepage = "https://github.com/rrnewton/haskell-lockfree/wiki"; description = "A safe approach to CAS and other atomic ops in Haskell"; -- cgit 1.4.1