haskell-binary: don't build old versions of this package with a recent GHC

This commit is contained in:
Peter Simons 2014-08-09 00:47:34 +02:00
parent 3a45d920a6
commit f31e42faa9

View File

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "Binary serialisation for Haskell values using lazy ByteStrings";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})