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";
|
description = "Random-number generation monad";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
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