functor-combo-0.0.3: functor-combo.cabal
Name: functor-combo
Version: 0.0.3
Cabal-Version: >= 1.2
Synopsis: Functor combinators with tries & zippers
Category: Data
Description:
Simple functor combinators, their derivatives, and their use for tries
Maybe split out derivatives and/or tries later.
.
Author: Conal Elliott
Maintainer: conal@conal.net
Homepage: http://haskell.org/haskellwiki/functor-combo
Copyright: (c) 2010 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
Package-Url: http://code.haskell.org/~conal/code/functor-combo
-- Wait until Cabal 1.6 is more wide-spread and then add the following
-- in place of the Package-Url field and bump Cabal-Version to >= 1.6.
--
-- Source-Repository head
-- type: darcs
-- location: http://code.haskell.org/~conal/code/functor-combo
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base<5, TypeCompose >= 0.8, containers, data-inttrie, lub
Exposed-Modules:
FunctorCombo.Functor
FunctorCombo.Lub
FunctorCombo.Derivative
FunctorCombo.Holey
FunctorCombo.DHoley
FunctorCombo.FixC
FunctorCombo.Regular
FunctorCombo.LocT
FunctorCombo.StrictMemo
FunctorCombo.NonstrictMemo
ghc-options: -Wall
-- FunctorCombo.MemoTrie
-- ghc-prof-options: -prof -auto-all