From d15c62a2a0135bb8968f17326ebda271748cb7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 29 Dec 2016 18:00:56 +0100 Subject: [PATCH] haskellPackages.Glob: jailbreak to support GHC 8.0.2-rc2 --- 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 b01620e7a9a..27604897701 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -63,4 +63,7 @@ self: super: { # https://github.com/christian-marie/xxhash/issues/3 xxhash = doJailbreak super.xxhash; + # https://github.com/Deewiant/glob/issues/8 + Glob = doJailbreak super.Glob; + }