-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 459c2a35390a84fc9177c863186f29b872f47590172db9660c3b103ac02372af name: do-notation-dsl version: 0.1.0.1 x-revision: 1 synopsis: An alternative to monads description: Please see the README on GitHub at category: Control, DSL, Effect, General, Language, Mutable State, IO, Polymorphism homepage: https://github.com/Atry/do-notation-dsl#readme bug-reports: https://github.com/Atry/do-notation-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/do-notation-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 other-extensions: RebindableSyntax MultiParamTypeClasses TypeOperators FlexibleInstances FlexibleContexts UndecidableInstances RankNTypes GADTs ScopedTypeVariables build-depends: base >=4.8 && <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 other-extensions: TypeApplications ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , do-notation-dsl , doctest , doctest-discover , temporary default-language: Haskell2010