capped-list-1.1: capped-list.cabal
name: capped-list
version: 1.1
synopsis: A list-like type for lazy sequences, with a user-defined termination value.
license: BSD3
license-File: license.txt
author: John Millikin <jmillikin@gmail.com>
maintainer: John Millikin <jmillikin@gmail.com>
copyright: 2010 John Millikin <jmillikin@gmail.com>
build-type: Simple
cabal-version: >=1.2
category: Data
extra-source-files:
Tests.hs
library
build-depends: base >= 2 && < 5, empty
exposed-modules:
Data.CappedList
ghc-options: -Wall