compilers/ghc: fix a few typos

This commit is contained in:
Gabor Greif 2020-04-11 10:20:33 +02:00 committed by Peter Simons
parent a3467dfa82
commit 0e82313c07
6 changed files with 6 additions and 6 deletions

View File

@ -176,7 +176,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.

View File

@ -186,7 +186,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.

View File

@ -185,7 +185,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.

View File

@ -170,7 +170,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.

View File

@ -176,7 +176,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.

View File

@ -176,7 +176,7 @@ stdenv.mkDerivation (rec {
"--disable-large-address-space"
];
# Make sure we never relax`$PATH` and hooks support for compatability.
# Make sure we never relax`$PATH` and hooks support for compatibility.
strictDeps = true;
# Dont add -liconv to LDFLAGS automatically so that GHC will add it itself.