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 = [ buildDepends = [
cpphs filepath haskellSrcExts hscolour transformers uniplate cpphs filepath haskellSrcExts hscolour transformers uniplate
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://community.haskell.org/~ndm/hlint/"; homepage = "http://community.haskell.org/~ndm/hlint/";
description = "Source code suggestions"; description = "Source code suggestions";