Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, Cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "converge";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0y28m7kgphknra0w2kzf0g4m2bdj604nr3f22xng46nl7kljbpvj";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
homepage = "/dev/null";
|
||||
description = "Limit operations for converging sequences";
|
||||
|
||||
Reference in New Issue
Block a user