diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-12-10 16:19:45 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-11 08:30:56 +0100 |
commit | 8824bbbcb8a264e75a5e9bd812e62a3f973f0385 (patch) | |
tree | 7f8b6bc6696c01ad7ef9107742550c99116ec764 /eclass/haskell-cabal.eclass | |
parent | ghc-package.eclass: Drop support for EAPI 6 (diff) | |
download | gentoo-8824bbbcb8a264e75a5e9bd812e62a3f973f0385.tar.gz gentoo-8824bbbcb8a264e75a5e9bd812e62a3f973f0385.tar.bz2 gentoo-8824bbbcb8a264e75a5e9bd812e62a3f973f0385.zip |
haskell-cabal.eclass: Fix typos
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/haskell-cabal.eclass')
-rw-r--r-- | eclass/haskell-cabal.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass index 4ae554d22fe8..7895d9256eba 100644 --- a/eclass/haskell-cabal.eclass +++ b/eclass/haskell-cabal.eclass @@ -35,7 +35,7 @@ # package it might cause cause the test-suite to fail with # errors like: # > <command line>: cannot satisfy -package-id singletons-2.7-3Z7pnljD8tU1NrslJodXmr -# Workaround re-reginsters the package to avoid the failure +# Workaround re-registers the package to avoid the failure # (and rebuilds changes). # FEATURE can be removed once https://github.com/haskell/cabal/issues/7213 # is fixed. @@ -760,7 +760,7 @@ cabal_src_compile() { fi if [[ -n "${CABAL_REBUILD_AFTER_DOC_WORKAROUND}" ]]; then ewarn "rebuild-after-doc-workaround is enabled. This is a" - ewarn "temporary worakround to deal with https://github.com/haskell/cabal/issues/7213" + ewarn "temporary workaround to deal with https://github.com/haskell/cabal/issues/7213" ewarn "until the upstream issue can be resolved." cabal-build fi @@ -1101,7 +1101,7 @@ cabal-register-inplace() { # needed by the executable. (Needed libraries are automatically added to # LD_LIBRARY_PATH by haskell-cabal_src_compile().) # -# This is only inteded to be run in the test and install phases. +# This is only intended to be run in the test and install phases. cabal-run-dist-bin() { einfo "LD_LIBRARY_PATH: ${LD_LIBRARY_PATH}" case "$EBUILD_PHASE_FUNC" in |