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, mtl }:
|
||||
{ cabal, Cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "MonadPrompt";
|
||||
version = "1.0.0.3";
|
||||
sha256 = "0v6svyiajri7c463bz1a1x1nin5s9s7c3s7y0gjc4cn7lhgdsvf2";
|
||||
buildDepends = [ mtl ];
|
||||
buildDepends = [ Cabal mtl ];
|
||||
meta = {
|
||||
description = "MonadPrompt, implementation & examples";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user