forked from mirrors/nixpkgs
hlint: jailbreak to support latest version of cpphs
This commit is contained in:
parent
e6e33e3d08
commit
0cb9924e7f
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue