hlint: jailbreak to support latest version of cpphs

+1
+1
pkgs/development/tools/haskell/hlint/default.nix
··· 11 buildDepends = [ 12 cpphs filepath haskellSrcExts hscolour transformers uniplate 13 ]; 14 meta = { 15 homepage = "http://community.haskell.org/~ndm/hlint/"; 16 description = "Source code suggestions";
··· 11 buildDepends = [ 12 cpphs filepath haskellSrcExts hscolour transformers uniplate 13 ]; 14 + jailbreak = true; 15 meta = { 16 homepage = "http://community.haskell.org/~ndm/hlint/"; 17 description = "Source code suggestions";