From 0cb9924e7f37f3a60abf1f9d949f1854ea53d409 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 18 Aug 2013 18:36:32 +0200 Subject: [PATCH] hlint: jailbreak to support latest version of cpphs --- pkgs/development/tools/haskell/hlint/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/haskell/hlint/default.nix b/pkgs/development/tools/haskell/hlint/default.nix index fbef1f83226..2dca95cbba3 100644 --- a/pkgs/development/tools/haskell/hlint/default.nix +++ b/pkgs/development/tools/haskell/hlint/default.nix @@ -11,6 +11,7 @@ cabal.mkDerivation (self: { buildDepends = [ cpphs filepath haskellSrcExts hscolour transformers uniplate ]; + jailbreak = true; meta = { homepage = "http://community.haskell.org/~ndm/hlint/"; description = "Source code suggestions";