about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs/rvar-0.2.nix
blob: c00f5a1a8d9bf41c4f3aa62ecc3f4a07dfffef7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ mkDerivation
, base
, lib
, MonadPrompt
, mtl
, random-source
, transformers
}:
mkDerivation {
  pname = "rvar";
  version = "0.2.0.6";
  sha256 = "01e18875ffde43f9591a8acd9f60c9c51704a026e51c1a6797faecd1c7ae8cd3";
  revision = "1";
  editedCabalFile = "1jn9ivlj3k65n8d9sfsp882m5lvni1ah79mk0cvkz91pgywvkiyq";
  libraryHaskellDepends = [
    base
    MonadPrompt
    mtl
    random-source
    transformers
  ];
  homepage = "https://github.com/mokus0/random-fu";
  description = "Random Variables";
  license = lib.licenses.publicDomain;
}