polysemy-plugin: fix build
It needs an older version of ghc-tcplugins-extra.
This commit is contained in:
parent
88c70b16b5
commit
1640e66e48
@ -1489,4 +1489,12 @@ self: super: {
|
|||||||
# Needs a version that's newer than LTS-15.x provides.
|
# Needs a version that's newer than LTS-15.x provides.
|
||||||
weeder = super.weeder.override { generic-lens = self.generic-lens_2_0_0_0; };
|
weeder = super.weeder.override { generic-lens = self.generic-lens_2_0_0_0; };
|
||||||
|
|
||||||
|
polysemy-plugin = super.polysemy-plugin.override {
|
||||||
|
# polysemy-plugin 0.2.5.0 has constraint ghc-tcplugins-extra (==0.3.*)
|
||||||
|
# This upstream issue is relevant:
|
||||||
|
# https://github.com/polysemy-research/polysemy/issues/322
|
||||||
|
ghc-tcplugins-extra = self.ghc-tcplugins-extra_0_3_2;
|
||||||
|
# version of Polysemy the plugin goes with
|
||||||
|
polysemy = self.polysemy_1_3_0_0;
|
||||||
|
};
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -8346,7 +8346,6 @@ broken-packages:
|
|||||||
- polydata
|
- polydata
|
||||||
- polydata-core
|
- polydata-core
|
||||||
- polynomial
|
- polynomial
|
||||||
- polysemy-plugin
|
|
||||||
- polysemy-RandomFu
|
- polysemy-RandomFu
|
||||||
- polysemy-zoo
|
- polysemy-zoo
|
||||||
- polyseq
|
- polyseq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user