do-notation-dsl-0.1.0.0: do-notation-dsl.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: ccaebc69f4e2a90c260f2f0aae7895664f69da64f434fe09d967182f13b83aa2
name: do-notation-dsl
version: 0.1.0.0
synopsis: An alternative to monads
description: Please see the README on GitHub at <https://github.com/Atry/dsl#readme>
category: Control, DSL, Effect, General, Language, Mutable State, IO, Polymorphism
homepage: https://github.com/Atry/dsl#readme
bug-reports: https://github.com/Atry/dsl/issues
author: Yang Bo
maintainer: pop.atry@gmail.com
copyright: 2018 Yang Bo
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/Atry/dsl
library
exposed-modules:
Control.Dsl
Control.Dsl.Cont
Control.Dsl.Do
Control.Dsl.Empty
Control.Dsl.Monadic
Control.Dsl.Return
Control.Dsl.Shift
Control.Dsl.State
Control.Dsl.Yield
other-modules:
Control.Dsl.Dsl
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
default-language: Haskell2010
test-suite doctests
type: exitcode-stdio-1.0
main-is: doctest-driver.hs
other-modules:
Paths_do_notation_dsl
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, do-notation-dsl
, doctest
, doctest-discover
, temporary
default-language: Haskell2010