3
0
Fork 0
forked from mirrors/nixpkgs

haskell-src-exts: disable 'doCheck' because of test suite build errors

Test/Runner.hs:5:8:
    Could not find module `Language.Haskell.Exts.Annotated'
    Use -v to see a list of the files searched for.
Setup: Pattern match failure in do expression at Setup.hs:6:5-15
This commit is contained in:
Peter Simons 2013-02-24 23:10:17 +01:00
parent b15b0690dc
commit 8a7a2c4e6c
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1jqf8l81zw7x5ryf8h2n0b2636yhxkfp3j4ndbqw6hc7i5q581m6";
buildDepends = [ cpphs ];
buildTools = [ happy ];
doCheck = false;
meta = {
homepage = "http://code.haskell.org/haskell-src-exts";
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";

View file

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "03bzhfp7l9f5hh61qdrr83331nbfgj3jfsfylwmnmcknpisdqnkw";
buildDepends = [ cpphs ];
buildTools = [ happy ];
doCheck = false;
meta = {
homepage = "http://code.haskell.org/haskell-src-exts";
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";