-- Initial applicative-splice.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: applicative-splice version: 0.0.0.0 synopsis: Write applicative programs in direct style (generalizes idiom brackets). description: This package defines a quasiquoter that lets you write your monadic/applicative programs in direct style, i.e. the style in which you would write it in a language with side effects. Unlike actual side effects, this does not affect purity of the langauge, because it's just a syntactic sugar around the usual (\<$>), (\<*>) and (>>=) functions. homepage: https://github.com/takano-akio/applicative-splice license: PublicDomain license-file: LICENSE author: Takano Akio maintainer: aljee@hyper.cx -- copyright: category: Control build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/takano-akio/applicative-splices.git library exposed-modules: Control.Applicative.Splice -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5, template-haskell, haskell-src-meta, haskell-src-exts, mtl, syb -- hs-source-dirs: default-language: Haskell2010