Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ cabal, haskellSrcExts, syb, transformers, uniplate }:
|
||||
{ cabal, Cabal, filepath, haskellSrcExts, syb, transformers
|
||||
, uniplate
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "derive";
|
||||
@@ -6,7 +8,9 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "1vv7y2jfyxq2abh4avyjwia309a6rylbyiqia1m0ka7zwv2rxd6y";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ haskellSrcExts syb transformers uniplate ];
|
||||
buildDepends = [
|
||||
Cabal filepath haskellSrcExts syb transformers uniplate
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://community.haskell.org/~ndm/derive/";
|
||||
description = "A program and library to derive instances for data types";
|
||||
|
||||
Reference in New Issue
Block a user