about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/make-package-set.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2020-11-04 09:18:56 +0900
committerPeter Simons <simons@cryp.to>2020-11-06 21:37:05 +0100
commitd26890fd15c9e0c7cee1698b7bef8c3ffa478919 (patch)
treeb714663de8d7a87bec7a8168f53550e5e35b0666 /pkgs/development/haskell-modules/make-package-set.nix
parent17eee57642f0cd010176767a873c42d34167cde4 (diff)
downloadnixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar.gz
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar.bz2
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar.lz
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar.xz
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.tar.zst
nixlib-d26890fd15c9e0c7cee1698b7bef8c3ffa478919.zip
haskellPackages.shellFor: fix spelling and grammar mistakes
Co-authored-by: maralorn <malte.brandy@maralorn.de>
Diffstat (limited to 'pkgs/development/haskell-modules/make-package-set.nix')
-rw-r--r--pkgs/development/haskell-modules/make-package-set.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/make-package-set.nix b/pkgs/development/haskell-modules/make-package-set.nix
index c5604aa41962..6994dcf5e540 100644
--- a/pkgs/development/haskell-modules/make-package-set.nix
+++ b/pkgs/development/haskell-modules/make-package-set.nix
@@ -290,19 +290,18 @@ in package-set { inherit pkgs stdenv callPackage; } self // {
       { # Packages to create this development shell for.  These are usually
         # your local packages.
         packages
-      , # Whether or not to generated a Hoogle database for all the
+      , # Whether or not to generate a Hoogle database for all the
         # dependencies.
         withHoogle ? false
       , ...
       } @ args:
       let
         # A list of the packages we want to build a development shell for.
-        #
         # This is a list of Haskell package derivations.
         selected = packages self;
 
-        # This is a list of attribute sets, where the each attribute set
-        # corresponds to the build inputs one of the packages input to shellFor.
+        # This is a list of attribute sets, where each attribute set
+        # corresponds to the build inputs of one of the packages input to shellFor.
         #
         # Each attribute has keys like buildDepends, executableHaskellDepends,
         # testPkgconfigDepends, etc.  The values for the keys of the attribute