use latest version of polysemy and plugin

This commit is contained in:
Ryan Mulligan 2019-09-26 06:47:39 -07:00
parent 6fc456e106
commit 24252bac2e
2 changed files with 4 additions and 1 deletions

View File

@ -13,6 +13,8 @@ let
pkg = compiler.developPackage {
root = ./.;
overrides = self: super: {
polysemy = super.polysemy_1_2_1_0;
polysemy-plugin = dontCheck super.polysemy-plugin;
time-compat = dontCheck super.time-compat;
binary-orphans = dontCheck super.binary-orphans;
binary-instances = dontCheck super.binary-instances;

View File

@ -16,7 +16,7 @@ extra-source-files:
github: ryantm/nixpkgs-update
ghc-options: -Wall -O2 -flate-specialise -fspecialise-aggressively
ghc-options: -Wall -O2 -flate-specialise -fspecialise-aggressively -fplugin=Polysemy.Plugin
default-extensions:
- DataKinds
@ -51,6 +51,7 @@ dependencies:
- parsec
- parsers
- polysemy
- polysemy-plugin
- regex-applicative-text
- template-haskell
- text