From a6a23d3a55282256544df3a574522df3d8202b59 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Thu, 5 May 2016 13:11:26 +0300 Subject: [PATCH] ghc8 | config: freer: jailbreak --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 43600fed776..c12b3a375c6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -86,6 +86,9 @@ self: super: { force-layout = doJailbreak super.force-layout; + # packaged 0.2.2.6 is missing: base >=4.7 && <4.9 + freer = doJailbreak super.freer; + # Partial fixes released in 1.20.5 upstream, full fixes only in git linear = pkgs.haskell.lib.overrideCabal super.linear (oldAttrs: { editedCabalFile = null;