Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Update exe/Rules.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
  • Loading branch information
pepeiborra and cocreature committed May 18, 2020
1 parent abeb7a2 commit fee5dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/Rules.hs
Expand Up @@ -119,7 +119,7 @@ createSession (ComponentOptions theOpts _) = do
-- - version mismatches
case installationCheck of
InstallationNotFound{..} ->
error $ "GHC installation not found in libdir: " <> libdir
fail $ "GHC installation not found in libdir: " <> libdir
InstallationMismatch{..} ->
return GhcVersionMismatch{..}
InstallationChecked installationVersion ghcLibCheck ->
Expand Down

0 comments on commit fee5dc9

Please sign in to comment.