hasktags: jailbreak to fix build with latest 'json'
This commit is contained in:
parent
f9db7db531
commit
a93512d71f
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath json utf8String ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/MarcWeber/hasktags";
|
||||
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
||||
|
Loading…
Reference in New Issue
Block a user