name: each version: 1.1.1.0 synopsis: Template Haskell library for writing monadic expressions more easily description: See README at the bottom. . /Getting started/: See "Each". homepage: https://github.com/dramforever/each#readme license: BSD3 license-file: LICENSE author: dramforever maintainer: dramforever@live.com copyright: (C) dramforever category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Each , Each.Invoke , Each.Transform build-depends: base >= 4.9 && < 5 , template-haskell , dlist default-language: Haskell2010 test-suite each-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , each , hspec , QuickCheck ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/dramforever/each