doc/language-frameworks/haskell.md: typo in code example. (#18313)

This commit is contained in:
Mathieu Boespflug 2016-09-05 13:27:00 +02:00 committed by Domen Kožar
parent 33229f0d87
commit db481dca31

View File

@ -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 Stack choose what GHC version it wants based on the snapshot specified
in `stack.yaml` (only works with Stack >= 1.1.3): in `stack.yaml` (only works with Stack >= 1.1.3):
{nixpkgs ? import <nixpkgs> { }, ghc ? nixpkgs.ghc} {nixpkgs ? import <nixpkgs> { }, ghc ? nixpkgs.ghc}:
with nixpkgs; with nixpkgs;