haskell.packages.ghc96.serialise: allow base-4.18

This commit is contained in:
Tristan Cacqueray 2023-04-22 16:01:10 +00:00
parent ef8559d3f4
commit e08455e3d6

View File

@ -106,6 +106,7 @@ self: super: {
# Forbids base >= 4.18, fix proposed: https://github.com/well-typed/cborg/pull/312
cborg = assert !(self ? cborg_0_2_8_0); doJailbreak super.cborg;
cborg-json = assert !(self ? cborg_0_2_5_0); doJailbreak super.cborg-json;
serialise = assert !(self ? serialise_0_2_6_0); doJailbreak super.serialise;
#
# Too strict bounds, waiting on Hackage release in nixpkgs