From 45a677b978bd9b1d648a9b455b482dff514f24fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 12 Jan 2017 16:34:52 +0100 Subject: [PATCH] haskell.packages.ghc802: dontCheck vector-algorithms --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 5 +++++ 1 file changed, 5 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 27604897701..095b6ee4f1b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -66,4 +66,9 @@ self: super: { # https://github.com/Deewiant/glob/issues/8 Glob = doJailbreak super.Glob; + ## GHC 8.0.2 + + # http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715 + vector-algorithms = dontCheck super.vector-algorithms; + }