cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 30f33c6e9e97692ee282057179cd37577b1f5861c4dd742364dc1f381f6b9e05 name: eveff version: 1.0.0.0 synopsis: Efficient effect handlers based on evidence translation. description: See the "Control.Ev.Eff" module or README.md for further information category: Control, Effect homepage: https://github.com/xnning/eveff#readme bug-reports: https://github.com/xnning/eveff/issues author: Daan Leijen, Ningning Xie maintainer: xnning@hku.hk;daan@microsoft.com copyright: (c) 2020, Microsoft Research, Daan Leijen, Ningning Xie license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/xnning/eveff library exposed-modules: Control.Ev.Ctl Control.Ev.Eff Control.Ev.Util Examples other-modules: Paths_eveff hs-source-dirs: src ghc-options: -O2 -fspec-constr-keen build-depends: base >=4.7 && <5 , ghc-prim , primitive default-language: Haskell2010