haskell.lib.setBuildTargets: fix spelling in doc string

wip/little-gl
Dennis Gosnell 3 years ago committed by (cdep)illabout
parent d725ac7942
commit ba354d5ad8
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 2
      pkgs/development/haskell-modules/lib.nix

@ -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"
*

Loading…
Cancel
Save