2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-04 05:01:00 +01:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cond";
|
2014-11-23 20:05:59 +00:00
|
|
|
version = "0.4.1.1";
|
|
|
|
sha256 = "12xcjxli1scd4asr4zc77i5q9qka2100gx97hv3vv12l7gj7d703";
|
2014-05-04 05:01:00 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/kallisti-dev/cond";
|
|
|
|
description = "Basic conditional and boolean operators with monadic variants";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|