haskellPackages.hnix-store-core: allow algebraic-graphs 0.6

main
sternenseemann 2 years ago
parent b0c6127668
commit 0e233d7a63
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -179,6 +179,9 @@ self: super: {
# 2020-06-05: HACK: does not pass own build suite - `dontCheck`
hnix = generateOptparseApplicativeCompletion "hnix" (dontCheck super.hnix);
# Too strict bounds on algebraic-graphs
# https://github.com/haskell-nix/hnix-store/issues/180
hnix-store-core = doJailbreak super.hnix-store-core;
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;

Loading…
Cancel
Save