amesgen

Results 117 comments of amesgen
trafficstars

FTR: The zw3rk cache seems to contain everything necessary: https://github.com/input-output-hk/haskell.nix/blob/ee6e1d72e3bb17c4761fd9eb37aecca2174e4cc9/.github/workflows/updates.yml#L17-L18 Is this just an intermediary measure until `cache.iog.io` can be populated again, or is this a more permanent thing? If...

What makes this particularly confusing without already knowing what's going on is that ```haskell fff :: C -> Int fff c = if bar c then foo c else 0...

I think this can be closed as an instance as suggested above was added for `Generically` in #951 and released in 2.1.0.0.

@brandonchinn178 Maybe you are misled by the behavior in Ormolu Live? If you format your examples locally with the CLI, or alternatively, in the Ormolu Live from https://github.com/tweag/ormolu/pull/1029#issuecomment-1555949752), it should...

Heads up: Usually, one probably does not want to modify all *local* packages, but rather only *project* packages: All project packages are local packages, but e.g. `source-repository-package`s are local non-project...

As another resource: We have some examples of how to use Miso with the WASM backend here: https://github.com/tweag/ghc-wasm-miso-examples

I am also interested in this, motivated by wanting to automatically remove `GHC2021`-implied extensions in a project with lots of per-file `LANGUAGE` pragmas that will soon-ish require GHC >=9.2 and...

Yeah, good point, #1464 is not strictly required for this use case. It seems to me to be more convenient not having to maintain the complement of `GHC2021` in `.hlint.yaml`...

It would be possible to make `--no-create` the default if the `NoCreateFile` option would be exported (just opened https://github.com/UnkindPartition/tasty-golden/pull/52 to do that), namely by wrapping the golden `TestTree` with ```haskell...

Is there some fundamental problem with this approach, or do you just don't have time to work on it ATM? @yvan-sraka I would like to try to pick this up...