haskell-bson: update to version 0.2.2

This commit is contained in:
Peter Simons 2013-03-20 10:44:55 +01:00
parent 60295ebd98
commit 2d00a0f8d5

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "bson";
version = "0.2.1";
sha256 = "1g5xvkpn5j2yn9figxiv5dindwv6gg90np56k235hy9cwmdicmwq";
version = "0.2.2";
sha256 = "043lbaj4rrvh4a1yc033np51vi8xlbczflbhyx2bsiryzbi27waf";
buildDepends = [
binary cryptohash dataBinaryIeee754 mtl network text time
];