packages feed

indexed-free-0.2: indexed-free.cabal

name:                indexed-free
version:             0.2
synopsis:            indexed monads for free
description:         A free indexed monad
homepage:            https://github.com/fumieval/indexed-free
license:             BSD3
license-file:        LICENSE
author:              Fumiaki Kinoshita
maintainer:          Fumiaki Kinoshita <fumiexcel@gmail.com>
copyright:           Copyright (C) 2013 Fumiaki Kinoshita
category:            Language
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type: git
  location: https://github.com/fumieval/indexed-free.git

library
  exposed-modules:     Control.Monad.Indexed.Free, Control.Monad.Indexed.Free.Class, Control.Monad.Indexed.Trans.Free

  build-depends:       base ==4.*, indexed < 0.2