packages feed

data-clist-0.0.3: data-clist.cabal

Name: data-clist
Synopsis: Simple functional ring type.
Description: Simple functional bidirectional ring type.

             Given that the ring terminiology
             clashes with certain mathematical branches, we're using the term
             CList or CircularList instead.
Version: 0.0.3
License: BSD3
License-File: LICENSE
Author: John Van Enk <vanenkj@gmail.com>
Maintainer: John Van Enk <vanenkj@gmail.com>
Stability: experimental
Category: Data Structures
Cabal-Version: >= 1.6
Build-Type: Simple
Package-URL: http://github.com/sw17ch/data-clist

Library
    Build-Depends: base >= 4 && < 5,
                   QuickCheck >= 2.1 && < 2.2

    Exposed-Modules:
        Data.CircularList

    ghc-options:        -Wall
    hs-source-dirs:     src