Skip to content

Commit 503355c

Browse files
committed
doc: update for haskellPackages.llvmPackages removal
1 parent feab76c commit 503355c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/frequently-asked-questions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ The solution is to add it as another package to the environment:
488488
489489
.. code:: shell
490490
491-
$ nix-shell -p '(haskellPackages.ghcWithPackages.override { useLLVM = true; }) (ps: with ps; [mtl])' 'haskellPackages.llvmPackages.llvm'
491+
$ nix-shell -p '(haskellPackages.ghcWithPackages.override { useLLVM = true; }) (ps: with ps; [mtl])' 'haskellPackages.ghc.llvmPackages.llvm'
492492
493493
[nix-shell:~]$ llvm-ar --help
494494
OVERVIEW: LLVM Archiver

0 commit comments

Comments
 (0)