cabal-version: 2.0
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: cac3988c3f4d02cb5c79aabd127b20ebe5c611c73ceae0fc62ab890773cda9f9
name: in-other-words-plugin
version: 0.1.0.0
synopsis: Disambiguate obvious uses of effects when using in-other-words.
description: Please see the README on GitHub at <https://github.com/KingoftheHomeless/in-other-words-plugin#readme>
category: Control Language
homepage: https://github.com/KingoftheHomeless/in-other-words-plugin#readme
bug-reports: https://github.com/KingoftheHomeless/in-other-words-plugin/issues
author: Love Waern
maintainer: combiner8761@gmail.com
copyright: 2021 Love Waern
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/KingoftheHomeless/in-other-words-plugin
library
exposed-modules:
Control.Effect.Plugin
Control.Effect.Plugin.Fundep
Control.Effect.Plugin.Fundep.Unification
Control.Effect.Plugin.Fundep.Utils
other-modules:
Paths_in_other_words_plugin
autogen-modules:
Paths_in_other_words_plugin
hs-source-dirs:
src
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators OverloadedStrings TypeFamilies
build-depends:
base >=4.9 && <5
, containers >=0.5 && <0.7
, ghc >=8.4.4 && <9
, ghc-tcplugins-extra >=0.3 && <0.5
, in-other-words >=0.1 && <0.3
, syb >=0.7 && <0.8
, transformers >=0.5.2.0 && <0.6
default-language: Haskell2010
test-suite in-other-words-plugin-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
PluginSpec
Paths_in_other_words_plugin
hs-source-dirs:
test
default-extensions: DataKinds DeriveFunctor FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables StandaloneDeriving TypeApplications TypeOperators OverloadedStrings TypeFamilies
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fplugin=Control.Effect.Plugin
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
base >=4.9 && <5
, containers >=0.5 && <0.7
, ghc >=8.4.4 && <9
, ghc-tcplugins-extra >=0.3 && <0.5
, hspec >=2.6.0 && <3
, in-other-words >=0.1 && <0.3
, in-other-words-plugin
, syb >=0.7 && <0.8
, transformers >=0.5.2.0 && <0.6
default-language: Haskell2010