-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: a7db8ed39cac7873ea190b76badd179cecdd8a807162156015f04abc2027521d

name:           do-notation
version:        0.1.0.2
synopsis:       Generalize do-notation to work on monads and indexed monads simultaneously.
description:    Please see the README on GitHub at <https://github.com/isovector/do-notation#readme>
category:       Language
homepage:       https://github.com/isovector/do-notation#readme
bug-reports:    https://github.com/isovector/do-notation/issues
author:         Sandy Maguire
maintainer:     sandy@sandymaguire.me
copyright:      2018 Sandy Maguire
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/isovector/do-notation

library
  exposed-modules:
      Control.Monad.Trans.Ix
      Language.Haskell.DoNotation
  other-modules:
      Paths_do_notation
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , indexed
  default-language: Haskell2010

test-suite do-notation-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_do_notation
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , do-notation
    , indexed
  default-language: Haskell2010