-- Initial effective.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: effective version: 0.1.0.0 synopsis: Effect handlers description: Effect handlers license: BSD3 license-file: LICENSE author: Nicolas Wu maintainer: nicolas.wu@gmail.com -- copyright: category: Effects build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable effective main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.10 && <4.11 -- hs-source-dirs: default-language: Haskell2010