name: failable-list version: 0.2 synopsis: A list-like type for lazy streams, which might terminate with an error. license: BSD3 license-File: license.txt author: Duncan Coutts John Millikin maintainer: John Millikin copyright: 2008-2009 Duncan Coutts 2009 John Millikin build-type: Simple cabal-version: >=1.2 category: Data, Error Handling extra-source-files: Tests.hs library build-depends: base >= 2 && < 5 exposed-modules: Data.FailableList ghc-options: -Wall