3
0
Fork 0
forked from mirrors/nixpkgs

haskell-MonadRandom: don't try to build version 0.2 on Hydra

This commit is contained in:
Peter Simons 2014-08-24 19:40:43 +02:00
parent c6107230dc
commit adfb7f8daa

View file

@ -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;
};
})