haskellPackages.heystone: allow bytestring >= 0.12

This commit is contained in:
sternenseemann
2025-02-11 23:00:51 +01:00
parent 87b3137876
commit 726f64a78e
@@ -2808,6 +2808,10 @@ self: super: {
# https://github.com/well-typed/large-records/issues/168
large-generics = doJailbreak super.large-generics;
# Too strict bound on bytestring < 0.12
# https://github.com/raehik/heystone/issues/2
heystone = doJailbreak super.heystone;
# Too strict bounds on base, ghc-prim, primitive
# https://github.com/kowainik/typerep-map/pull/128
typerep-map = doJailbreak super.typerep-map;