haskellPackages.ghcjs-prim: Clarify comment

This commit is contained in:
Alexandre Esteves 2024-06-19 13:38:33 +01:00
parent b552f61df9
commit e9a349aea9

View File

@ -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;