packages feed

Stream-0.4.7.2: Stream.cabal

Name:                   Stream
Version:                0.4.7.2
License:                BSD3
License-file:           LICENSE
Author:                 Wouter Swierstra <wouter.swierstra@gmail.com>
			Bas van Dijk <v.dijk.bas@gmail.com>
Maintainer:             Wouter Swierstra <wouter.swierstra@gmail.com>
Stability:		experimental
Synopsis:               A library for manipulating infinite lists.
Description:            This package implements functions, analogous
                        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 for 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 < 5, QuickCheck >= 2.0, lazysmallcheck >= 0.3
Build-Type:		Simple
Exposed-modules:        Data.Stream