Name: pointless-haskell Version: 0.0.1 License: BSD3 License-file: LICENSE Author: Alcino Cunha , Hugo Pacheco Maintainer: Hugo Pacheco Synopsis: Pointless Haskell library Description: Pointless Haskell is library for point-free programming with recursion patterns defined as hylomorphisms, inspired in ideas from the PolyP library. Generic recursion patterns can be expressed for recursive types and no support for mutually recursive types or nested data types is provided. The library also features the visualization of the intermediate data structure of hylomorphisms with GHood (). Homepage: http://haskell.di.uminho.pt/wiki/Pointless+Haskell Category: Generics extra-source-files: README, Test.hs Build-type: Simple Cabal-Version: >=1.2 Flag splitBase Description: Choose the new smaller, split-up base package. Library Hs-Source-Dirs: src Build-Depends: base, GHood, haskell98, process if flag(splitBase) Build-Depends: base >= 3, array >= 0.1, pretty >= 1.0 else Build-Depends: base < 3 exposed-modules: Generics.Pointless.Combinators Generics.Pointless.Functors, Generics.Pointless.RecursionPatterns, Generics.Pointless.Observe.Functors, Generics.Pointless.Observe.RecursionPatterns, Generics.Pointless.Examples.Examples, Generics.Pointless.Examples.Observe extensions: TypeFamilies, TypeOperators, ScopedTypeVariables, UndecidableInstances, FlexibleInstances, FlexibleContexts, EmptyDataDecls