Name: functor-combo Version: 0.2.1 x-revision: 1 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-2012 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<4.7, base-orphans == 0, TypeCompose >= 0.9.4, containers, data-inttrie, lub Exposed-Modules: FunctorCombo.Strict FunctorCombo.Functor FunctorCombo.ParScan FunctorCombo.Pair FunctorCombo.LubF FunctorCombo.Derivative FunctorCombo.Holey FunctorCombo.DHoley FunctorCombo.Regular FunctorCombo.ZipperFix FunctorCombo.ZipperReg FunctorCombo.StrictMemo FunctorCombo.NonstrictMemo ghc-options: -Wall -- FunctorCombo.MemoTrie -- ghc-prof-options: -prof -auto-all