Skip to content

Commit

Permalink
Merge pull request #83757 from mikesperber/unbreak-polysemy-plugin-2
Browse files Browse the repository at this point in the history
polysemy-plugin: fix build
  • Loading branch information
cdepillabout committed Mar 31, 2020
2 parents 01b7fcb + c6b5228 commit 67cef2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1488,4 +1488,12 @@ self: super: {
# Needs a version that's newer than LTS-15.x provides.
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
Expand Up @@ -8339,7 +8339,6 @@ broken-packages:
- polydata
- polydata-core
- polynomial
- polysemy-plugin
- polysemy-RandomFu
- polysemy-zoo
- polyseq
Expand Down

0 comments on commit 67cef2d

Please sign in to comment.