mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-src-exts: clean out the obsolete happy parser that's included in the distribution tarball
This commit is contained in:
parent
3c181313e6
commit
342e71ba92
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue