summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormangoiv <mail@mangoiv.com>2023-12-13 23:37:55 +0100
committermangoiv <mail@mangoiv.com>2023-12-13 23:37:55 +0100
commit3e641e7ad9cc69e2a3f1576ff5dc3bb8046b1c79 (patch)
tree49f65cde1b5e5f698100609da734d0edb19908a0 /pkgs/development/haskell-modules
parentca53524eb16c08389557faae45ce1c8b4ab38b0a (diff)
haskell.packages.ghc96.serialise: remove unnecessary jailbreak
serialise was jailbroken on ghc9.6.x due to invalid bounds, this has been fixed upstream
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 7fce340d5c56..bae278f126e4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -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
#