name: suitable cabal-version: >= 1.2 build-type: Simple copyright: (c) 2008-10 Ganesh Sittampalam stability: provisional version: 0.1 x-revision: 1 license: BSD3 license-file: LICENSE category: Data maintainer: Ganesh Sittampalam synopsis: Abstract over the constraints on the parameters to type constructors build-depends: base < 4.8, containers build-tools: ghc >= 6.8 hs-source-dirs: src/ description: This library provides a general purpose typeclass, 'Suitable f a', which expresses that values of type 'f a' are legal or "make sense". exposed-modules: Data.Suitable