From e9a349aea9bf98bd8929575034c231cc08cff584 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 19 Jun 2024 13:38:33 +0100 Subject: [PATCH] haskellPackages.ghcjs-prim: Clarify comment --- pkgs/development/haskell-modules/configuration-ghcjs-8.x.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghcjs-8.x.nix b/pkgs/development/haskell-modules/configuration-ghcjs-8.x.nix index fd85cb75531c..3f6e399f795b 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs-8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs-8.x.nix @@ -24,9 +24,7 @@ self: super: aeson = self.aeson_1_5_6_0; }); - # Some Hackage packages reference this attribute, which exists only in the - # GHCJS package set. We provide a dummy version here to fix potential - # evaluation errors. + # Included in ghcjs itself ghcjs-prim = null; ghcjs-websockets = markUnbroken super.ghcjs-websockets;