From 4e7639afa678031a8e86247782430ab3b92e5571 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Tue, 24 Mar 2020 15:37:55 +0100 Subject: [PATCH] ghc-tcplugins-extra: include version 0.3.2 This is slightly outdated, required by polysemy-plugin, the actual fix for this will be forthcoming as soon as hackage-packages.nix is updated. --- pkgs/development/haskell-modules/configuration-hackage2nix.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index 0c5064fc82d..d5283936f97 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -2374,6 +2374,7 @@ extra-packages: - dhall == 1.29.0 # required for spago 0.14.0. - doctemplates == 0.8 # required by pandoc-2.9.x - generic-deriving == 1.10.5.* # new versions don't compile with GHC 7.10.x + - ghc-tcplugins-extra ==0.3.2 # required for polysemy-plugin 0.2.5.0 - gloss < 1.9.3 # new versions don't compile with GHC 7.8.x - haddock == 2.22.* # required on GHC 8.0.x - haddock-api == 2.22.* # required on GHC 7.8.x