-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: d64e07d00a19d023fd00390fbb3ed3e7a80f367bef4ce5dafc3063e0a4ebc33d name: do-notation-dsl version: 0.1.0.2 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.7 && <5 , void >=0.4 && <0.8 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 , void default-language: Haskell2010