packages feed

graphted-0.1.0.0: graphted.cabal

name:                graphted
version:             0.1.0.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:            Web
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
                     , Prelude.Graphted
  build-depends:       base >= 4.7 && < 5
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/aaronfriel/graphted