2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-03-08 18:53:51 +00:00
|
|
|
{ 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;
|
2014-08-09 11:43:40 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2012-03-08 18:53:51 +00:00
|
|
|
};
|
|
|
|
})
|