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, text, transformers }:
|
||||
{ cabal, Cabal, text, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "enumerator";
|
||||
version = "0.4.18";
|
||||
sha256 = "0xqgcn3xs0i7kdy73lizfhs4dzj8crf2x9pmb9d37kqrhdgznl9d";
|
||||
buildDepends = [ text transformers ];
|
||||
buildDepends = [ Cabal text transformers ];
|
||||
meta = {
|
||||
homepage = "https://john-millikin.com/software/enumerator/";
|
||||
description = "Reliable, high-performance processing with left-fold enumerators";
|
||||
|
||||
Reference in New Issue
Block a user