2014-12-27 19:27:37 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
|
|
|
{ cabal, filepath, haskellSrcExts, syb, transformers, uniplate }:
|
2010-11-15 20:28:21 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-11-15 20:28:21 +00:00
|
|
|
pname = "derive";
|
2014-10-14 21:11:17 +00:00
|
|
|
version = "2.5.18";
|
|
|
|
sha256 = "1jqng8v1d4rac8xmrpm7h1pkyr9pfwsbb0ap6pnwzpwz9fns9c3k";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-14 17:00:37 +00:00
|
|
|
buildDepends = [
|
2014-12-27 23:48:12 +00:00
|
|
|
filepath haskellSrcExts syb transformers uniplate
|
2012-02-14 17:00:37 +00:00
|
|
|
];
|
2010-11-15 20:28:21 +00:00
|
|
|
meta = {
|
2011-08-07 18:22:01 +00:00
|
|
|
homepage = "http://community.haskell.org/~ndm/derive/";
|
2010-11-15 20:28:21 +00:00
|
|
|
description = "A program and library to derive instances for data types";
|
2011-08-07 18:22:01 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-11-15 20:28:21 +00:00
|
|
|
};
|
|
|
|
})
|