packages feed

functor-monadic-0.1.0.1: functor-monadic.cabal

-- Initial functor-monadic.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                functor-monadic
version:             0.1.0.1
synopsis:            Monad-style combinators for functors.
description:         Monad's bind (>>=, >=>) allows the infix chaining of monadic
                     functions, but no analogues exist for functors. This package
                     provides a handful of handy operators that ease the piping
                     together a functor- and monad-level functions.
homepage:            https://github.com/ombocomp/FunctorMonadic/
license:             Apache-2.0
license-file:        LICENSE.md
author:              Janos Tapolczai
maintainer:          janos.tapolczai@gmail.com
category:            Data
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Data.Functor.Monadic
  build-depends:       base >=4.7 && <4.8
  default-language:    Haskell2010