haskell-ghc-syb: don't build on Hydra

Requires GHC >= 6.10 aand < 6.14
This commit is contained in:
Mateusz Kowalczyk 2014-08-11 00:28:34 +02:00 committed by Peter Simons
parent 686190da2e
commit e8958e26b3

View file

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "Data and Typeable instances for the GHC API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})