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

This commit is contained in:
Peter Simons 2013-12-04 18:26:48 +01:00
parent 41f0e6ad92
commit 614544b439

View File

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1ay3i2sbrp0pzg6fagg8gqrwq5lcnm5jb5sr11frbk274a82cdwz";
buildDepends = [ syb ];
buildTools = [ happy ];
preConfigure = "runhaskell Setup.hs clean";
meta = {
description = "Support for manipulating Haskell source code";
license = self.stdenv.lib.licenses.bsd3;