summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-12-15 13:33:15 +0100
committerGitHub <noreply@github.com>2023-12-15 13:33:15 +0100
commit9bcc22403c9dba56405e4f524dfcbb285b172f79 (patch)
tree7eefe287d52bf8452d7c9790929fe11e083cb2e5
parentaa8e0a094357625be45fa724d5fd28bac9b91b49 (diff)
parent3e641e7ad9cc69e2a3f1576ff5dc3bb8046b1c79 (diff)
Merge pull request #274082 from MangoIV/mangoiv/fix-cborg-json
haskell.packages.ghc96.serialise: remove unnecessary jailbreak
-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
#