haskellPackages.hashing: allow bytestring-0.11.*

This commit is contained in:
sternenseemann 2022-11-24 15:55:44 +01:00
parent b76addd0d5
commit 4d26fe5c57

View file

@ -311,6 +311,10 @@ self: super: {
# https://github.com/haskell-nix/hnix-store/issues/180
hnix-store-core_0_5_0_0 = doJailbreak super.hnix-store-core_0_5_0_0;
# Too strict upper bound on bytestring
# https://github.com/wangbj/hashing/issues/3
hashing = doJailbreak super.hashing;
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;
search = dontCheck super.search;