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; + }