haskell.packages.ghc96.newtype-generics: relax base bound

This commit is contained in:
Tristan Cacqueray
2023-04-22 10:15:50 -04:00
parent 86bb552bfb
commit 09de688511
@@ -93,6 +93,9 @@ self: super: {
# Forbids base >= 4.18
lukko = doJailbreak super.lukko;
# Forbids base >= 4.18, fix proposed: https://github.com/sjakobi/newtype-generics/pull/25
newtype-generics = assert !(self ? newtype-generics_0_6_2); doJailbreak super.newtype-generics;
#
# Too strict bounds, waiting on Hackage release in nixpkgs
#