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 5aec41b6c0fa..62121a38daae 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -81,14 +81,6 @@ self: super: { # Needs mtl 2.2.x due to "plailude". clac = dontDistribute super.clac; - # https://github.com/junjihashimoto/test-sandbox-compose/issues/1 - hspec-test-sandbox = markBroken super.hspec-test-sandbox; - test-framework-sandbox = markBroken super.test-sandbox-quickcheck; - test-sandbox = markBroken super.test-sandbox; - test-sandbox-compose = markBroken super.test-sandbox-compose; - test-sandbox-hunit = markBroken super.test-sandbox-hunit; - test-sandbox-quickcheck = markBroken super.test-sandbox-quickcheck; - # These packages need mtl 2.2.x directly or indirectly via dependencies. apiary-purescript = markBroken super.apiary-purescript; highlighter2 = markBroken super.highlighter2;