18250b97ae
had added him earlier.
15 lines
434 B
Nix
15 lines
434 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yap";
|
|
version = "0.2";
|
|
sha256 = "14lq549jhgnf51pgy1jv31ik8qx71yl7d53w8dpq1f9mlsn1g16i";
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "yet another prelude - a simplistic refactoring with algebraic classes";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|