Merge pull request #176953 from libjared/ghcjs-aeson

haskell.packages.ghcjs.ghcjs-base: fix build
This commit is contained in:
maralorn
2022-06-12 15:36:13 +02:00
committed by GitHub
@@ -20,6 +20,7 @@ self: super:
ghcjs-base = dontCheck (self.callPackage ../compilers/ghcjs/ghcjs-base.nix {
fetchFromGitHub = pkgs.buildPackages.fetchFromGitHub;
aeson = self.aeson_1_5_6_0;
});
# GHCJS does not ship with the same core packages as GHC.