haskell-lushtags: broken with recent haskell-source-exts

This commit is contained in:
Peter Simons 2014-10-13 20:11:36 +02:00
parent 927f51f720
commit 23f186fa3f

View File

@ -9,11 +9,11 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [ haskellSrcExts text vector ];
jailbreak = true;
meta = {
homepage = "https://github.com/bitc/lushtags";
description = "Create ctags compatible tags files for Haskell programs";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
broken = true;
};
})