From 3f487c14f88429576f19511fe14f910c9103c961 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Sun, 22 Feb 2015 17:21:15 +0100
Subject: [PATCH] haskell-highlighter2 does not compile with ghc-7.8.x.

---
 pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 1 +
 1 file changed, 1 insertion(+)

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;
 
 }