1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-monad-par: updated to version 0.1.0.3

svn path=/nixpkgs/trunk/; revision=31007
This commit is contained in:
Peter Simons 2011-12-21 10:49:28 +00:00
parent 48c73ad753
commit b3b9660af0

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "monad-par";
version = "0.1.0.2";
sha256 = "0ca5fbc92bmghg8pk40rwcf58jk3y7xcr0nwfhyhi67riqnwqrl8";
version = "0.1.0.3";
sha256 = "1c0yclil152hv06c2sbgam9amd63nnzh7a4xsnxb05wgy93qs2mg";
buildDepends = [ deepseq HUnit ];
meta = {
homepage = "https://github.com/simonmar/monad-par";