haskell-logger: we cannot easily build the test suite due to cyclic dependencies

This commit is contained in:
Peter Simons 2015-08-06 14:26:18 +02:00
parent c67aaca6d9
commit 961011aea1

View file

@ -920,4 +920,7 @@ self: super: {
# https://github.com/alphaHeavy/lzma-conduit/issues/5
lzma-conduit = dontCheck super.lzma-conduit;
# https://github.com/kazu-yamamoto/logger/issues/42
logger = dontCheck super.logger;
}