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 af660833374..8972aa60ad2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -81,6 +81,10 @@ self: super: { # Needs mtl 2.2.x due to "plailude". clac = dontDistribute super.clac; + # https://github.com/junjihashimoto/test-sandbox-compose/issues/1 + test-sandbox = markBroken super.test-sandbox; + test-sandbox-compose = markBroken super.test-sandbox-compose; + } // # packages relating to amazonka