Author: simons
Date: Tue Aug 23 08:45:08 2011
New Revision: 28770
URL: https://svn.nixos.org/websvn/nix/?rev=28770&sc=1

Log:
haskell-enumerator: updated to version 0.4.14

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/enumerator/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/enumerator/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/enumerator/default.nix     
Tue Aug 23 08:45:04 2011        (r28769)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/enumerator/default.nix     
Tue Aug 23 08:45:08 2011        (r28770)
@@ -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;
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to