cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: b2f1b5ca3df4cb55d14d21f847975a2eb82809c4b569f214f7ff29a88bd9d65d name: polysemy-plugin version: 0.1.0.1 synopsis: Disambiguate obvious uses of effects. description: Please see the README on GitHub at category: Polysemy homepage: https://github.com/isovector/polysemy#readme bug-reports: https://github.com/isovector/polysemy/issues author: Sandy Maguire maintainer: sandy@sandymaguire.me copyright: 2019 Sandy Maguire license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/isovector/polysemy library exposed-modules: Polysemy.Plugin other-modules: Paths_polysemy_plugin hs-source-dirs: src default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax build-depends: base >=4.7 && <5 , ghc >=8.6.3 && <8.7 , ghc-tcplugins-extra >=0.3 && <0.4 , polysemy >=0.1 default-language: Haskell2010 test-suite polysemy-plugin-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: BadSpec PluginSpec Paths_polysemy_plugin hs-source-dirs: test default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators TypeFamilies UnicodeSyntax ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Polysemy.Plugin build-depends: base >=4.7 && <5 , ghc >=8.6.3 && <8.7 , ghc-tcplugins-extra >=0.3 && <0.4 , hspec >=2.6.0 && <3 , polysemy >=0.1 , polysemy-plugin , should-not-typecheck >=2.1.0 && <3 default-language: Haskell2010