packages feed

capped-list-1.0: capped-list.cabal

name: capped-list
version: 1.0
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

  exposed-modules:
    Data.CappedList

  ghc-options: -Wall