Merge pull request #11000 from Ericson2314/patch-1
ghcjs: update comment on generating built-in pkg list
This commit is contained in:
commit
ae3a030fe8
@ -15,7 +15,7 @@ self: super: {
|
|||||||
|
|
||||||
# This is the list of packages that are built into a booted ghcjs installation
|
# This is the list of packages that are built into a booted ghcjs installation
|
||||||
# It can be generated with the command:
|
# It can be generated with the command:
|
||||||
# nix-shell '<nixpkgs>' -A pkgs.haskellPackages_ghcjs.ghc --command "ghcjs-pkg list | sed -n 's/^ \(.*\)-\([0-9.]*\)$/\1_\2/ p' | sed 's/\./_/g' | sed 's/-\(.\)/\U\1/' | sed 's/^\([^_]*\)\(.*\)$/\1 = null;/'"
|
# nix-shell -p haskell.packages.ghcjs.ghc --command "ghcjs-pkg list | sed -n 's/^ \(.*\)-\([0-9.]*\)$/\1_\2/ p' | sed 's/\./_/g' | sed 's/-\(.\)/\U\1/' | sed 's/^\([^_]*\)\(.*\)$/\1 = null;/'"
|
||||||
Cabal = null;
|
Cabal = null;
|
||||||
aeson = null;
|
aeson = null;
|
||||||
array = null;
|
array = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user