haskell-src-exts: clean out the obsolete happy parser that's included in the distribution tarball

This commit is contained in:
Peter Simons 2013-12-04 00:15:24 +01:00
parent 3c181313e6
commit 342e71ba92

View file

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
];
buildTools = [ happy ];
doCheck = false;
preConfigure = "runhaskell Setup.hs clean";
meta = {
homepage = "https://github.com/haskell-suite/haskell-src-exts";
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";