2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal }:
|
2011-08-10 07:16:29 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yap";
|
2012-02-04 00:38:09 -08:00
|
|
|
version = "0.2";
|
|
|
|
sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i";
|
2014-05-15 10:56:16 -07:00
|
|
|
jailbreak = true;
|
2011-08-10 07:16:29 -07:00
|
|
|
meta = {
|
|
|
|
description = "yet another prelude - a simplistic refactoring with algebraic classes";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-10 09:55:58 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-10 07:16:29 -07:00
|
|
|
};
|
|
|
|
})
|