mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-enumerator: updated to version 0.4.13.1
svn path=/nixpkgs/trunk/; revision=28255
This commit is contained in:
parent
5bf6cf7fc5
commit
c610ef459d
@ -1,13 +1,15 @@
|
||||
{cabal, text, transformers}:
|
||||
{cabal, text, transformers} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "enumerator";
|
||||
version = "0.4.9.1";
|
||||
sha256 = "1rnhapj5am1rv3dff2bkhch7ikpyhs18nay39h0805xl50dcyw99";
|
||||
propagatedBuildInputs = [text transformers];
|
||||
version = "0.4.13.1";
|
||||
sha256 = "5fcafe316444adfb66c213ffb71359560f48eafe03bb2df99bfba17d2e3153c8";
|
||||
propagatedBuildInputs = [ text transformers ];
|
||||
meta = {
|
||||
homepage = "http://john-millikin.com/software/enumerator/";
|
||||
description = "Reliable, high-performance processing with left-fold enumerators";
|
||||
license = "MIT";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user