haskell-binary: update to version 0.6.0.0
This commit is contained in:
parent
b581d13fef
commit
24e100b38a
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "binary";
|
pname = "binary";
|
||||||
version = "0.5.1.1";
|
version = "0.6.0.0";
|
||||||
sha256 = "0s62a92a2wwp8hdmkc6j6i9lh5mi6z1yd26fbhsbbm8bxah64pcl";
|
sha256 = "0p72w7f9nn19g2wggsh8x4z7y9s174f3drz9a5ln4x7h554swcxv";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/binary/";
|
homepage = "https://github.com/kolmodin/binary";
|
||||||
description = "Binary serialisation for Haskell values using lazy ByteStrings";
|
description = "Binary serialisation for Haskell values using lazy ByteStrings";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user