haskell.lib.setBuildTargets: fix spelling in doc string

This commit is contained in:
Dennis Gosnell
2021-04-25 16:16:25 +09:00
committed by (cdep)illabout
parent d725ac7942
commit ba354d5ad8

View File

@@ -198,7 +198,7 @@ rec {
/* Set a specific build target instead of compiling all targets in the package.
* For example, imagine we have a .cabal file with a library, and 2 executables "dev" and "server".
* We can build only "server" and not wait on the compilation of "dev" by useing setBuildTarget as follows:
* We can build only "server" and not wait on the compilation of "dev" by using setBuildTarget as follows:
*
* setBuildTarget (callCabal2nix "thePackageName" thePackageSrc {}) "server"
*