haskell: provide the name 'ghcjs-prim' (null) to fix evaluation errors

wip/yesman
Peter Simons 7 years ago
parent 91a8ed37af
commit a9111840fa
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -19,6 +19,7 @@ self: super: {
# GHCJS package set. We provide a dummy version here to fix potential
# evaluation errors.
ghcjs-base = null;
ghcjs-prim = null;
# Some packages need a non-core version of Cabal.
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_1_24_2_0; });

Loading…
Cancel
Save