Updated Haskell packages.

- base64-bytestring: updated to version 0.1.2.0
 - binary-shared: updated to version 0.8.2
 - bson: updated to version 0.2.1
 - leksah-server: updated to version 0.12.1.2
 - leksah: updated to version 0.12.1.2
 - MonadRandom: updated to version 0.1.7
 - random-shuffle: updated to version 0.0.4

svn path=/nixpkgs/trunk/; revision=34569
This commit is contained in:
Peter Simons
2012-06-20 10:56:24 +00:00
parent cf2a383bc7
commit 4490fe934e
7 changed files with 14 additions and 14 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "random-shuffle";
version = "0.0.3";
sha256 = "120yh2k1n57vc9mi4dlnvv9dr79qaz4dsbvl3qp3y82mdz8maifw";
version = "0.0.4";
sha256 = "0586bnlh0g2isc44jbjvafkcl4yw6lp1db8x6vr0pza0y08l8w2j";
buildDepends = [ MonadRandom random ];
meta = {
description = "Random shuffle implementation";