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";
|
sha256 = "1ay3i2sbrp0pzg6fagg8gqrwq5lcnm5jb5sr11frbk274a82cdwz";
|
||||||
buildDepends = [ syb ];
|
buildDepends = [ syb ];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
|
preConfigure = "runhaskell Setup.hs clean";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Support for manipulating Haskell source code";
|
description = "Support for manipulating Haskell source code";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user