polysemy/polysemy-plugin/package.yaml

60 lines
1.3 KiB
YAML
Raw Normal View History

2019-04-21 01:31:17 +03:00
name: polysemy-plugin
2019-06-09 07:27:18 +03:00
version: 0.2.0.2
2019-04-28 05:52:23 +03:00
github: "isovector/polysemy"
2019-04-21 01:31:17 +03:00
license: BSD3
author: "Sandy Maguire"
maintainer: "sandy@sandymaguire.me"
copyright: "2019 Sandy Maguire"
extra-source-files:
- README.md
- ChangeLog.md
2019-04-28 05:54:42 +03:00
synopsis: Disambiguate obvious uses of effects.
2019-04-28 05:52:23 +03:00
category: Polysemy
2019-04-21 01:31:17 +03:00
2019-04-28 05:52:23 +03:00
description: Please see the README on GitHub at <https://github.com/isovector/polysemy/tree/master/polysemy-plugin#readme>
2019-04-21 01:31:17 +03:00
dependencies:
- base >= 4.7 && < 5
2019-05-18 18:42:14 +03:00
- ghc >= 8.6.3 && < 8.7
- ghc-tcplugins-extra >= 0.3 && < 0.4
- polysemy >= 0.1
- syb >= 0.7 && <0.8
- transformers >= 0.5.5.0 && < 0.6
2019-04-21 01:31:17 +03:00
library:
source-dirs: src
tests:
polysemy-plugin-test:
main: Main.hs
2019-04-21 01:31:17 +03:00
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -fplugin=Polysemy.Plugin
- -O2
2019-04-21 01:31:17 +03:00
dependencies:
- polysemy-plugin
2019-05-18 18:42:14 +03:00
- hspec >= 2.6.0 && < 3
- should-not-typecheck >= 2.1.0 && < 3
- inspection-testing >= 0.4.1.1 && < 0.5
2019-04-28 05:39:18 +03:00
default-extensions:
- DataKinds
- DeriveFunctor
- FlexibleContexts
- GADTs
- LambdaCase
- PolyKinds
- RankNTypes
- ScopedTypeVariables
- StandaloneDeriving
- TypeApplications
- TypeOperators
- TypeFamilies
- UnicodeSyntax