haskell-enumerator: updated to version 0.4.14
svn path=/nixpkgs/trunk/; revision=28770
This commit is contained in:
parent
a2e3aad4cf
commit
1e83b9c896
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "enumerator";
|
||||
version = "0.4.13.1";
|
||||
sha256 = "5fcafe316444adfb66c213ffb71359560f48eafe03bb2df99bfba17d2e3153c8";
|
||||
version = "0.4.14";
|
||||
sha256 = "06bvrr76y12r3i1xi1s98fc1v6mcmn8nzhbp80wgyi743ksqcr1d";
|
||||
buildDepends = [ text transformers ];
|
||||
meta = {
|
||||
homepage = "http://john-millikin.com/software/enumerator/";
|
||||
homepage = "https://john-millikin.com/software/enumerator/";
|
||||
description = "Reliable, high-performance processing with left-fold enumerators";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue