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, dlist }:
|
||||
{ cabal, Cabal, dlist }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-default";
|
||||
version = "0.3.0";
|
||||
sha256 = "0nbvknfa9kkc46fl1ffji0ghqb41wwsccmc55mya5zavfq9g05g9";
|
||||
buildDepends = [ dlist ];
|
||||
buildDepends = [ Cabal dlist ];
|
||||
meta = {
|
||||
description = "A class for types with a default value";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user