haskell-ghc-syb: don't build on Hydra
Requires GHC >= 6.10 aand < 6.14
This commit is contained in:
parent
686190da2e
commit
e8958e26b3
|
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Data and Typeable instances for the GHC API";
|
description = "Data and Typeable instances for the GHC API";
|
||||||
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…
Reference in New Issue