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

This commit is contained in:
Peter Simons 2017-07-26 09:26:18 +02:00
parent 91a8ed37af
commit a9111840fa

View file

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