forked from mirrors/nixpkgs
haskell-MonadRandom: don't try to build version 0.2 on Hydra
This commit is contained in:
parent
c6107230dc
commit
adfb7f8daa
|
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Random-number generation monad";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue