packages feed

Stream 0.2.5 → 0.2.6

raw patch · 1 files changed

+8/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Stream.cabal view
@@ -1,5 +1,5 @@ Name:                   Stream-Version:                0.2.5+Version:                0.2.6 License:                BSD3 License-file:           LICENSE Author:                 Wouter Swierstra@@ -7,7 +7,13 @@ Homepage:               http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/ Synopsis:               A library for manipulating infinite lists. Description:            This package implements functions, analogous-                        to those from Data.List, to create and manipulate infinite lists.+                        to those from Data.List, to create and manipulate+			infinite lists: @data Stream a = Cons a (Stream a)@.+			It provides alternative definitions for those+			Prelude functions that make sense on such streams. +			Note that this package has (almost) +			nothing to do with the work on /Stream Fusion/ by +			Duncan Coutts, Roman Leshchinskiy, and Don Stewart. Category:               Data Build-Depends:          base, QuickCheck < 2 Build-Type:		Simple