summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/random-fu/default.nix
blob: 73506a3ba750697bf1637c3e42d2e9b5e2696a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, erf, logfloat, mathFunctions, monadLoops, mtl
, randomShuffle, randomSource, rvar, syb, transformers, vector
}:

cabal.mkDerivation (self: {
  pname = "random-fu";
  version = "0.2.6.1";
  sha256 = "04fi92szpjyg0ffgxfayz00vpiqi67hzyahhin12wvw3pxbyyp9g";
  buildDepends = [
    erf logfloat mathFunctions monadLoops mtl randomShuffle
    randomSource rvar syb transformers vector
  ];
  meta = {
    homepage = "https://github.com/mokus0/random-fu";
    description = "Random number generation";
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})