Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, transformers }:
|
||||
{ cabal, Cabal, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "multiplate";
|
||||
version = "0.0.1.1";
|
||||
sha256 = "00rxgkvgx1rfvk15gjyyg00vqyg4j24d8d19q6rj07j2mgfvdxw6";
|
||||
buildDepends = [ transformers ];
|
||||
buildDepends = [ Cabal transformers ];
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/Multiplate";
|
||||
description = "Lightweight generic library for mutually recursive data types";
|
||||
|
||||
Reference in New Issue
Block a user