<div dir="ltr">You can also `cabal init -n` to get a minimal cabal file, then `cabal repl -b primitive` or whatever.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 9, 2024 at 10:12 AM Oleg Grenrus <<a href="mailto:oleg.grenrus@iki.fi">oleg.grenrus@iki.fi</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 9.7.2024 15.23, Sebastian Graf wrote:<br>
> I can't simply pass `-fforce-recomp -ddump-simpl -O` <br>
<br>
You can, `cabal build --ghc-options= "-fforce-recomp -ddump-simpl -O"` <br>
should work (though it applies to all packages).<br>
<br>
 > and remember all the fields that need to be set. (<br>
<br>
`cabal init` is your friend. That said, there are very little fields to <br>
be set for minimal package, `cabal-version, name, version` and the <br>
library pragma with `build-depends` and `exposed-modules`.<br>
<br>
After you have done such package few times, you will remember those <br>
easily. I'd argue a lot more easily that remembering how to use `cabal <br>
install --lib` properly.<br>
<br>
- Oleg<br>
<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>brandon s allbery kf8nh</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a></div></div></div></div></div>