haskell-binary: re-add version 0.6.0.0 for the benefit of GHC 6.10.4

This commit is contained in:
Peter Simons
2013-06-15 13:18:51 +02:00
parent b7cba63031
commit 5a1e9a9cf2
4 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "binary";
version = "0.6.0.0";
sha256 = "0p72w7f9nn19g2wggsh8x4z7y9s174f3drz9a5ln4x7h554swcxv";
meta = {
homepage = "https://github.com/kolmodin/binary";
description = "Binary serialisation for Haskell values using lazy ByteStrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})