2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 18:05:41 +04:00
|
|
|
{ cabal, MonadPrompt, mtl, randomSource, transformers }:
|
2011-08-08 00:25:40 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:25:40 +04:00
|
|
|
pname = "rvar";
|
2012-04-16 16:07:58 +04:00
|
|
|
version = "0.2.0.1";
|
|
|
|
sha256 = "17wgd4gc1hn04dck168nkyzn9jyipgbysxsznyzy2z36vafqqqbm";
|
2012-02-16 18:05:41 +04:00
|
|
|
buildDepends = [ MonadPrompt mtl randomSource transformers ];
|
2011-08-08 00:25:40 +04:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/mokus0/random-fu";
|
|
|
|
description = "Random Variables";
|
|
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
2011-08-10 03:00:20 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:25:40 +04:00
|
|
|
};
|
|
|
|
})
|