Ivan Gromakovskii
Ivan Gromakovskii
This issue was first noticed in https://github.com/serokell/universum/pull/243. Consider the following code: ``` super :: [()] -> Bool super = null ... asFun (: []) asFun :: (a -> b) ->...
I want to upload a package that uses a custom build tool, namely [autoexporter](https://hackage.haskell.org/package/autoexporter). However, apparently there is no way to do it so that the package will be successfully...
If I run a bunch of updates on my state (local, on disk), then press `Ctrl-C` during some update, then try to open state (`openLocalStateFrom` in `stack ghci`), sometimes I...
This time I am a bit lazy to provide full good bug report, but briefly the problem is the following. We have such definition: ``` helpMsg :: Text helpMsg =...
## Description Routine changes to support newer GHC versions. ## Related issues(s) None ## ✓ Checklist for your Pull Request Ideally a PR has all of the checkmarks set. If...
I tried using [upsert](https://hackage.haskell.org/package/esqueleto-3.5.3.0/docs/Database-Esqueleto-PostgreSQL.html#v:upsert) function trying to produce `INSERT INTO ... VALUES ... ON CONFLICT DO NOTHING`. I passed an empty list of updates and got: > SqlError {sqlState =...
I have a package that has a `library` with sources in `src/` and a `test-sute` with sources in `test/`. I want to use `ghcid` to get a quick response when...
A module with this name has been added to `text` recently: https://github.com/haskell/text/pull/503/. It seems to contain all functions from our module, so most likely we can delete it. Anyway, we...
The only function to stop a process I found is `terminateProcess`. According to the documentation, on Unix systems it will send the SIGTERM signal. I did some research and concluded...
Changelog: https://hackage.haskell.org/package/semirings-0.6/changelog ### Pull Request Checklist - [x] Update [ChangeLog.md](https://github.com/adjoint-io/galois-field/blob/master/ChangeLog.md) - [x] Tests are passing. - [x] Benchmarks are not regressing.