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

wip/yesman
Peter Simons 9 years ago
parent c67aaca6d9
commit 961011aea1
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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;
}

Loading…
Cancel
Save