2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-09-09 20:30:53 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "generic-deriving";
|
2014-11-06 13:29:59 +00:00
|
|
|
version = "1.7.0";
|
|
|
|
sha256 = "145bixg4jr0hhw32jznrvl4qjjk7bgjbxlfznqra1s1rnmcyr5v6";
|
2011-09-09 20:30:53 +01:00
|
|
|
meta = {
|
2012-06-08 14:38:20 +01:00
|
|
|
description = "Generic programming library for generalised deriving";
|
2011-09-09 20:30:53 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|