haskell.packages.ghc96.serialise: remove unnecessary jailbreak
serialise was jailbroken on ghc9.6.x due to invalid bounds, this has been fixed upstream
This commit is contained in:
parent
ca53524eb1
commit
3e641e7ad9
1 changed files with 0 additions and 2 deletions
|
@ -119,8 +119,6 @@ self: super: {
|
|||
# Forbids base >= 4.18, fix proposed: https://github.com/sjakobi/newtype-generics/pull/25
|
||||
newtype-generics = jailbreakForCurrentVersion super.newtype-generics "0.6.2";
|
||||
|
||||
serialise = jailbreakForCurrentVersion super.serialise "0.2.6.0";
|
||||
|
||||
#
|
||||
# Too strict bounds, waiting on Hackage release in nixpkgs
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue