name: graphted version: 0.3.1.0 synopsis: Graph indexed monads. -- description: TODO homepage: https://github.com/aaronfriel/graphted#readme license: BSD3 license-file: LICENSE author: Aaron Friel maintainer: mayreply@aaronfriel.com copyright: BSD3 category: Control, Comonads, Monads build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Graphted , Control.Graphted.Class , Control.Applicative.Graph , Control.Monad.Graph , Control.MonadFail.Graph , Control.MonadZero.Graph , Control.MonadOr.Graph , Control.MonadPlus.Graph , Data.Functor.Graph , Data.Pointed.Graph , Data.GWrapped , Data.GWrappedIx , Prelude.Graphted build-depends: base >= 4.8 && < 5 , indexed default-language: Haskell2010 ghc-options: -fno-warn-partial-type-signatures source-repository head type: git location: https://github.com/aaronfriel/graphted