diff options
author | 2012-12-27 20:57:52 +0000 | |
---|---|---|
committer | 2012-12-27 20:57:52 +0000 | |
commit | 6c162019e53f084c2455948569389e7a9691c10e (patch) | |
tree | c251701c157bac270e787de2d7f1cce2ce3386fc /dev-haskell/happy/files | |
parent | Revert upstream commit causing problems with mouse connection (#431624 by cac... (diff) | |
download | historical-6c162019e53f084c2455948569389e7a9691c10e.tar.gz historical-6c162019e53f084c2455948569389e7a9691c10e.tar.bz2 historical-6c162019e53f084c2455948569389e7a9691c10e.zip |
Tuned tests depends by explicitely requiring set of needed packages.
Package-Manager: portage-2.2.0_alpha149_p11/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-haskell/happy/files')
-rw-r--r-- | dev-haskell/happy/files/happy-1.18.9-missing-tests.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/happy/files/happy-1.18.9-missing-tests.patch b/dev-haskell/happy/files/happy-1.18.9-missing-tests.patch index 5b2b9b2cb42c..eb993678723d 100644 --- a/dev-haskell/happy/files/happy-1.18.9-missing-tests.patch +++ b/dev-haskell/happy/files/happy-1.18.9-missing-tests.patch @@ -19,7 +19,7 @@ @@ -1,5 +1,5 @@ HAPPY=../dist/build/happy/happy -HC=ghc -+HC=ghc -package array -package mtl ++HC=ghc -hide-all-packages -package base -package array -package mtl TESTS = Test.ly TestMulti.ly TestPrecedence.ly bug001.ly \ monad001.y monad002.ly precedence001.ly precedence002.y \ |