mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
doc/language-frameworks/haskell.md: typo in code example. (#18313)
This commit is contained in:
parent
33229f0d87
commit
db481dca31
@ -383,7 +383,7 @@ You can select a particular GHC version to compile with by setting the
|
||||
Stack choose what GHC version it wants based on the snapshot specified
|
||||
in `stack.yaml` (only works with Stack >= 1.1.3):
|
||||
|
||||
{nixpkgs ? import <nixpkgs> { }, ghc ? nixpkgs.ghc}
|
||||
{nixpkgs ? import <nixpkgs> { }, ghc ? nixpkgs.ghc}:
|
||||
|
||||
with nixpkgs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user