3
0
Fork 0
forked from mirrors/nixpkgs

hlint: jailbreak to support latest version of cpphs

This commit is contained in:
Peter Simons 2013-08-18 18:36:32 +02:00
parent e6e33e3d08
commit 0cb9924e7f

View file

@ -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";