haskell-binary: don't build old versions of this package with a recent GHC
This commit is contained in:
parent
3a45d920a6
commit
f31e42faa9
@ -11,5 +11,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