THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ee895c02d2
nixpkgs
/
pkgs
/
development
/
compilers
/
ghcjs
/
default.nix
6 lines
100 B
Nix
Raw
Normal View
History
Unescape
Escape
Fixed GHCJS
2018-01-18 21:39:15 +00:00
{
bootPkgs
,
cabal-install
}:
ghcjs: support for Haskell-NG closes #5828 closes #6786
2015-03-13 03:20:56 +00:00
ghcjsHEAD: unbreak
2017-02-27 07:10:34 +00:00
bootPkgs
.
callPackage
./base.nix
{
Fixed GHCJS
2018-01-18 21:39:15 +00:00
inherit
bootPkgs
cabal-install
;
ghcjsHEAD: unbreak
2017-02-27 07:10:34 +00:00
}
Reference in New Issue
Copy Permalink