haskell-src: clean out the obsolete happy parser that's included in the distribution tarball
This commit is contained in:
parent
41f0e6ad92
commit
614544b439
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user