18250b97ae
had added him earlier.
17 lines
486 B
Nix
17 lines
486 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "syb";
|
|
version = "0.3";
|
|
sha256 = "1gnqw76zy7xvlabhbyk8hml88hpz2igf7b3mz2ic091f77qkkch7";
|
|
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;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|