diff options
author | Brian Wignall <brianwignall@gmail.com> | 2021-02-05 09:03:21 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-06 09:30:34 -0500 |
commit | 3da472f0e78fe5f1068be0cc2b1c0762532da9f9 (patch) | |
tree | d88a147c49aa25fff13866de9b87c712213fbd3f /hadrian | |
parent | 9b7dcd80f16efda57e4e51e39d61b55a11c72014 (diff) | |
download | haskell-3da472f0e78fe5f1068be0cc2b1c0762532da9f9.tar.gz |
Fix typos
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Rules/Compile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Compile.hs b/hadrian/src/Rules/Compile.hs index 0efcea9474..b21bcaf74b 100644 --- a/hadrian/src/Rules/Compile.hs +++ b/hadrian/src/Rules/Compile.hs @@ -69,7 +69,7 @@ compilePackage rs = do -- or if some of the dynamic artifacts have been removed by the -- user, "needing" the non dynamic artifacts is not enough as -- Shake won't execute the associated action. Hence we detect - -- this case and we explictly build the dynamic artifacts here: + -- this case and we explicitly build the dynamic artifacts here: case changed of [] -> compileHsObjectAndHi rs dyn_o _ -> pure () |