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 2edb82bf3efa..d52ec037e142 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -93,6 +93,7 @@ self: super: {
   hypher = markBroken super.hypher;
   yet-another-logger = markBroken super.yet-another-logger;
   purescript = markBroken super.purescript;
+  highlighter2 = markBroken super.highlighter2;
 
 }