3b2254a3af
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
15 lines
418 B
Nix
15 lines
418 B
Nix
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "syb";
|
|
version = "0.3.3";
|
|
sha256 = "0jskxbnzariq2ahcymvjrp4bhl9cpflc1nh51whdl9axcrd5c901";
|
|
meta = {
|
|
homepage = "http://www.cs.uu.nl/wiki/GenericProgramming/SYB";
|
|
description = "Scrap Your Boilerplate";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|