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:
15
pkgs/development/libraries/haskell/random/1.0.1.3.nix
Normal file
15
pkgs/development/libraries/haskell/random/1.0.1.3.nix
Normal 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user