haskell-lens: disable hlint test suite to fix the build
https://github.com/ekmett/lens/issues/478
This commit is contained in:
parent
e444af5eb3
commit
377a1094cc
@ -25,6 +25,9 @@ cabal.mkDerivation (self: {
|
|||||||
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
||||||
transformers unorderedContainers vector
|
transformers unorderedContainers vector
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
configureFlags="-f-test-hlint"
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/lens/";
|
homepage = "http://github.com/ekmett/lens/";
|
||||||
description = "Lenses, Folds and Traversals";
|
description = "Lenses, Folds and Traversals";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user