haskell-binary: update to version 0.7.2.1
This commit is contained in:
parent
7b693db490
commit
6bd0198ad7
@ -17,5 +17,6 @@ cabal.mkDerivation (self: {
|
|||||||
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;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user