packages feed

streams 0.5.1 → 0.5.1.1

raw patch · 2 files changed

+5/−2 lines, 2 files

Files

README view
@@ -1,5 +1,6 @@ -- currently implemented +* Data.Stream.Supply          data Supply a = Supply a (Supply a) (Supply a) * Data.Stream.Branching       data Stream f a = a :< f (Stream a) * Data.Stream.NonEmpty        data NonEmpty a = a :| [a]  * Data.Stream.Future               data Future a = Last a | a :<   Future a
streams.cabal view
@@ -1,6 +1,6 @@ name:          streams category:      Control, Comonads-version:       0.5.1+version:       0.5.1.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -11,6 +11,7 @@ copyright:     Copyright 2011 Edward Kmett                Copyright 2010 Tony Morris, Oliver Taylor, Eelis van der Weegen                Copyright 2007-2010 Wouter Swierstra, Bas van Dijk+               Copyright 2008 Iavor S. Diatchki synopsis:      Various Haskell 2010 stream comonads build-type:    Simple extra-source-files: README@@ -64,8 +65,9 @@     generated impurely as the tree is explored.   .   /Changes since 0.5/:+  .   * Data.Stream.Supply added-+  .   /Changes since 0.1/:    .   * A number of strictness issues with 'NonEmpty' were fixed