haskell-lens: disable hlint test suite to fix the build

https://github.com/ekmett/lens/issues/478
This commit is contained in:
Peter Simons 2014-09-19 14:40:04 +02:00
parent e444af5eb3
commit 377a1094cc

View file

@ -25,6 +25,9 @@ cabal.mkDerivation (self: {
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
transformers unorderedContainers vector
];
patchPhase = ''
configureFlags="-f-test-hlint"
'';
meta = {
homepage = "http://github.com/ekmett/lens/";
description = "Lenses, Folds and Traversals";