compilers/ghc: fix a few typos

authored by

Gabor Greif and committed by
Peter Simons
0e82313c a3467dfa

+6 -6
+1 -1
pkgs/development/compilers/ghc/8.10.1.nix
··· 176 176 "--disable-large-address-space" 177 177 ]; 178 178 179 - # Make sure we never relax`$PATH` and hooks support for compatability. 179 + # Make sure we never relax`$PATH` and hooks support for compatibility. 180 180 strictDeps = true; 181 181 182 182 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
+1 -1
pkgs/development/compilers/ghc/8.4.4.nix
··· 186 186 "--disable-large-address-space" 187 187 ]; 188 188 189 - # Make sure we never relax`$PATH` and hooks support for compatability. 189 + # Make sure we never relax`$PATH` and hooks support for compatibility. 190 190 strictDeps = true; 191 191 192 192 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
+1 -1
pkgs/development/compilers/ghc/8.6.5.nix
··· 185 185 "--disable-large-address-space" 186 186 ]; 187 187 188 - # Make sure we never relax`$PATH` and hooks support for compatability. 188 + # Make sure we never relax`$PATH` and hooks support for compatibility. 189 189 strictDeps = true; 190 190 191 191 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
+1 -1
pkgs/development/compilers/ghc/8.8.1.nix
··· 170 170 "--disable-large-address-space" 171 171 ]; 172 172 173 - # Make sure we never relax`$PATH` and hooks support for compatability. 173 + # Make sure we never relax`$PATH` and hooks support for compatibility. 174 174 strictDeps = true; 175 175 176 176 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
+1 -1
pkgs/development/compilers/ghc/8.8.2.nix
··· 176 176 "--disable-large-address-space" 177 177 ]; 178 178 179 - # Make sure we never relax`$PATH` and hooks support for compatability. 179 + # Make sure we never relax`$PATH` and hooks support for compatibility. 180 180 strictDeps = true; 181 181 182 182 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.
+1 -1
pkgs/development/compilers/ghc/8.8.3.nix
··· 176 176 "--disable-large-address-space" 177 177 ]; 178 178 179 - # Make sure we never relax`$PATH` and hooks support for compatability. 179 + # Make sure we never relax`$PATH` and hooks support for compatibility. 180 180 strictDeps = true; 181 181 182 182 # Don’t add -liconv to LDFLAGS automatically so that GHC will add it itself.