mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-14 21:33:46 +03:00
use latest version of polysemy and plugin
This commit is contained in:
parent
6fc456e106
commit
24252bac2e
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user