From ce441f4aaf767054c82d52e54962a85a2cffc893 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Mar 2015 14:37:05 +0100 Subject: [PATCH] haskell-ng: configure overrides --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ .../haskell-modules/configuration-ghc-7.8.x.nix | 3 +++ 2 files changed, 12 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7e54c0e792e..347042ec52c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -593,6 +593,15 @@ self: super: { # https://github.com/megantti/rtorrent-rpc/issues/1 rtorrent-rpc = markBroken super.rtorrent-rpc; + # https://github.com/PaulJohnson/geodetics/issues/1 + geodetics = dontCheck super.geodetics; + + # https://github.com/AndrewRademacher/aeson-casing/issues/1 + aeson-casing = dontCheck super.aeson-casing; + + # https://github.com/junjihashimoto/test-sandbox-compose/issues/2 + test-sandbox-compose = dontCheck super.test-sandbox-compose; + } // { # Not on Hackage. diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index e0f452cd434..66445100ed0 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -86,6 +86,8 @@ self: super: { highlighter2 = markBroken super.highlighter2; hypher = markBroken super.hypher; purescript = markBroken super.purescript; + xhb-atom-cache = markBroken super.xhb-atom-cache; + xhb-ewmh = markBroken super.xhb-ewmh; yesod-purescript = markBroken super.yesod-purescript; yet-another-logger = markBroken super.yet-another-logger; @@ -94,6 +96,7 @@ self: super: { # https://ghc.haskell.org/trac/ghc/ticket/9625 wai-middleware-preprocessor = dontCheck super.wai-middleware-preprocessor; + incremental-computing = dontCheck super.incremental-computing; }