<!DOCTYPE html>

<html lang="" style="line-height: 1.5; font-family: Georgia, serif; font-size: 20px; color: #1a1a1a; background-color: #fdfdfd" xml:lang="" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<meta content="pandoc" name="generator"/>
<meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport"/>
<title>-</title>

<!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body style="margin: 0 auto; max-width: 36em; padding-left: 50px; padding-right: 50px; padding-top: 50px; padding-bottom: 50px; hyphens: auto; overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal"><style>@media (max-width: 600px) { body { font-size: 0.9em; padding: 1em } h1 { font-size: 1.8em } }
@media print { body { background-color: transparent; color: black; font-size: 12pt } p, h2, h3 { orphans: 3; widows: 3 } h2, h3, h4 { page-break-after: avoid } }</style>
<p style="margin: 1em 0; padding: 0 0.5em">Hi,</p>
<p class="quotelead" style="margin: 1em 0; padding: 0 0.5em; margin-bottom: -1em; font-size: 80%">On Tue, Jul 19, 2022 at 11:45:11PM +0200, Alain Bertrand
wrote:</p>
<blockquote style="padding-left: 1em; padding: 0 0.5em; margin: 0; font-style: italic; border-left: 2px solid #666; color: #666; font-size: 80%">
<h2 id="quoteinitialthe-only-ouput-i-got-is" style="margin-top: 1.4em; color: #666; background-color: #eee; padding-left: 0.5em; font-size: 120%">{.quoteinitial}The only
ouput I got is :</h2>
<p style="margin: 1em 0; padding: 0 0.5em"><a class="email" href="mailto:alain@keitai-kun" style="color: #1a1a1a">alain@keitai-kun</a>:<sub>$</sub>/bin/xmonad
--recompile<br/>
XMonad will use stack ghc --stack-yaml
"/home/alain/.config/xmonad/stack.yaml" to recompile.<br/>
XMonad recompiling (forced).<br/>
Errors detected while compiling xmonad config:
/home/alain/.config/xmonad/xmonad.hs<br/>
$ stack build --silent --stack-yaml
/home/alain/.config/xmonad/stack.yaml</p>
<h2 id="please-check-the-file-for-errors." style="margin-top: 1.4em; color: #666; background-color: #eee; padding-left: 0.5em; font-size: 120%">Please check the file for
errors.</h2>
</blockquote>
<p style="margin: 1em 0; padding: 0 0.5em">This is admittedly somewhat confusing. Perhaps it'd be easier to
understand if there was a "The error log follows" line somewhere, so
we'll consider adding it. This is what it'd look like:</p>
<pre style="margin: 1em 0; overflow: auto; line-height: 125%; padding: 0 1em"><code style='font-family: Menlo, Monaco, "Lucida Console", Consolas, monospace; font-size: 85%; margin: 0; white-space: pre-wrap; padding: 0; overflow: visible; overflow-wrap: normal'>XMonad will use stack ghc --stack-yaml "/home/alain/.config/xmonad/stack.yaml" to recompile.  
XMonad recompiling (forced).  
Errors detected while compiling xmonad config: /home/alain/.config/xmonad/xmonad.hs  
The error log follows:  

$ stack build --silent --stack-yaml /home/alain/.config/xmonad/stack.yaml  

Please check the file for errors.  </code></pre>
<p style="margin: 1em 0; padding: 0 0.5em">This means <code style='font-family: Menlo, Monaco, "Lucida Console", Consolas, monospace; font-size: 85%; margin: 0; white-space: pre-wrap'>stack build …</code> failed, because it's the last
command and there's no <code style='font-family: Menlo, Monaco, "Lucida Console", Consolas, monospace; font-size: 85%; margin: 0; white-space: pre-wrap'>stack ghc …</code> following it. Re-running
it manually without <code style='font-family: Menlo, Monaco, "Lucida Console", Consolas, monospace; font-size: 85%; margin: 0; white-space: pre-wrap'>--silent</code> will hopefully reveal what's
wrong.</p>
<div class="signature" style="color: #999; font-family: monospace; white-space: pre; margin: 1em 0 0 0; font-size: 80%"><span class="leader">-- </span><p style="margin: 1em 0; padding: 0 0.5em">Tomáš "liskin" ("Pivník") Janoušek, <a <br="" href="https://lisk.in/" style="color: #1a1a1a"></a>class="uri">https://lisk.in/</p></div>
</body>
</html>