haskell: provide the name 'ghcjs-prim' (null) to fix evaluation errors
This commit is contained in:
parent
91a8ed37af
commit
a9111840fa
@ -19,6 +19,7 @@ self: super: {
|
|||||||
# GHCJS package set. We provide a dummy version here to fix potential
|
# GHCJS package set. We provide a dummy version here to fix potential
|
||||||
# evaluation errors.
|
# evaluation errors.
|
||||||
ghcjs-base = null;
|
ghcjs-base = null;
|
||||||
|
ghcjs-prim = null;
|
||||||
|
|
||||||
# Some packages need a non-core version of Cabal.
|
# Some packages need a non-core version of Cabal.
|
||||||
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_1_24_2_0; });
|
cabal-install = super.cabal-install.overrideScope (self: super: { Cabal = self.Cabal_1_24_2_0; });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user