3
0
Fork 0
forked from mirrors/nixpkgs

haskell-acid-state: update to version 0.12.2

This commit is contained in:
Peter Simons 2014-05-16 21:27:48 +02:00
parent ced6447277
commit 6ce3c69cf8

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "acid-state";
version = "0.12.1";
sha256 = "0smqhj4layckdsm8xjz1rwgpcqwm5xj2vr8g4i463vgq776fl0q6";
version = "0.12.2";
sha256 = "0hwi2254bj84djxmah23vy3xw8binh75fsn8ac6y89rwc8i35w1f";
buildDepends = [
cereal extensibleExceptions filepath mtl network safecopy stm
];