haskell-random: update to version 1.0.1.3

This commit is contained in:
Peter Simons 2014-10-13 12:46:32 +02:00
parent 9618a16962
commit a237d1de5d

View file

@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
description = "random number library"; description = "random number library";
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;
}; };
}) })