name: indexed-do-notation
version: 0.1
synopsis: Do notation for indexed monads
description: A quasiquoter of indexed do notation. The only thing you have to do is to enclose an ordinary do notation in [ido|...|].
homepage: https://github.com/fumieval/indexed-do-notation
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-do-notation.git
library
exposed-modules: Language.Haskell.IndexedDo
build-depends: base ==4.*, indexed < 0.2, haskell-src-meta >= 0.6, template-haskell >= 2.7