haskell-random: update to version 1.0.1.3

Don't update the library for GHC <= 7.4.x: https://github.com/haskell/random/issues/10
This commit is contained in:
Peter Simons
2014-08-24 11:58:37 +02:00
parent 99a863f306
commit 963c45ecf8
3 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, time }:
cabal.mkDerivation (self: {
pname = "random";
version = "1.0.1.3";
sha256 = "06mbjx05c54iz5skn4biyjy9sqdr1qi6d33an8wya7sndnpakd21";
buildDepends = [ time ];
meta = {
description = "random number library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})