3
0
Fork 0
forked from mirrors/nixpkgs

haskell-binary: update to version 0.6.3.0

This commit is contained in:
Peter Simons 2012-11-22 16:59:32 +01:00
parent 5000619377
commit fe2fdc9e99

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "binary";
version = "0.6.2.0";
sha256 = "0nm4vsgyz7ml6w3lk5hrh34i7s7li32gj7bgs75w636kln338aab";
version = "0.6.3.0";
sha256 = "0gynhyamhvffy2z88xzi56kf57pd5d6534n7w0m11qq4188w0zai";
meta = {
homepage = "https://github.com/kolmodin/binary";
description = "Binary serialisation for Haskell values using lazy ByteStrings";