From ba354d5ad802cdba3bf3d7436385020fa07a30b9 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Sun, 25 Apr 2021 16:16:25 +0900 Subject: haskell.lib.setBuildTargets: fix spelling in doc string --- pkgs/development/haskell-modules/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/lib.nix b/pkgs/development/haskell-modules/lib.nix index 682953c3ce9..b0d036e0e3e 100644 --- a/pkgs/development/haskell-modules/lib.nix +++ b/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" * -- cgit 1.4.1