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, stm }:
|
||||
{ cabal, Cabal, stm }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monad-loops";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "086aqd1x1xc6irp24z1lwhzrknw9r2wbs8fnxz6vyi75m3rqvdcv";
|
||||
buildDepends = [ stm ];
|
||||
buildDepends = [ Cabal stm ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~mokus/monad-loops";
|
||||
description = "Monadic loops";
|
||||
|
||||
Reference in New Issue
Block a user