Ilya Baryshnikov
Ilya Baryshnikov
I think the package overwrite syntax would be a good solution for me. But I didn't find any docs for the `cabal.project.local`, so it still has some magic to me.
Initially, I just decided to go through the Nix-style Local Builds chapter, thinking that it should be rewritten(docs) in the future and maybe I should start playing with what was...
This extension has the problem that `Unit` was forgotten to be added to base.
I don't know if I should import `ghc-prim` or wait for the next `ghc` release
To summarize what we have now: 1) The name `js-options` is incorrect, since we don't pass any options for `js` here. 2) It should be called `jsp-options` with automatic addition...
Do I understand correctly that you are suggesting something like that? @ana-pantilie ``` {-# INLINABLE eqCredential #-} eqCredential :: Credential -> ScriptPurpose -> Bool eqCredential a (Rewarding b) = a...
@ulysses4ever can we recreate the pull request due to the author's inactivity?
> Would you be interested in taking a look at this issue? I imagine, having the context in your head might render this task trivial. Yes, let me try to...
I probably need to think about tests, maybe something started working besides `CApiFFI` 🤔
~~Ok, this only works for things newer than 8.8~~ ~~gcc: fatal error: cannot specify ‘-o’ with ‘-c’, ‘-S’ or ‘-E’ with multiple files~~ Ok, got it, we just need to...