Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

Also, maybe we should change `ShowUnit` name? This type class is used not only in `Show` instances, but in `Read`. And if it's named as `ShowUnit` it means that it...

We decided to not go with type class approach because our initial problem wasn't solved by moving to this approach (as @vrom911 discovered). So this approach currently doesn't have any...

We need to create GHC proposal to allow type family applications inside instancec. cc @int-index

I commented. But people want proposal...

@yairchu Regarding testing of compile-time error messages: you can use `doctest` for that. See example from `relude`: * https://github.com/kowainik/relude/blob/559ed98a1d3e2c15f2ec36a1c94e3b9b4e9484a1/src/Relude/Foldable/Fold.hs#L118-L139

Is there any workaround for this problem at this moment? I'm also using `ghcup` on Ubuntu to manage GHC and Cabal versions.

@ddssff Thanks for the heads up! @clinty I see that your fork of this repo is listed on Hackage in the `Maintainer` field but your GitHub repository doesn't have issues,...

Thanks for your feedback @jared-w! In terms of what `actions/setup-haskell` can do, I was thinking about providing a flag like `static: true` (as you suggested), and if the OS is...

@jared-w @utdemir Thanks a lot for your feedback! I'm excited to see this issue moving forward by discussing possible ways of implementing the feature 😊 The solution with `${{ steps.setup-haskell.outputs.static-flags...