-
It seems `haskell-align-imports` does not work when the qualified name contains Unicode (like Greek characters).
Try for yourself:
```
module Test where
import qualified Prelude as Π
import D…
-
The `README.md` says that the site is deployed from the `gh-pages` branch, but that does not seem to be correct anymore. The last time that branch was updated from a travis CI action was 4 years ago, …
-
Add a simple blockfrost backend for `MonadUtxoQuery`. It should just need the blockfrost API key and optionally an endpoint (URL)
-
_Originally posted by @geekosaur in https://github.com/haskell/cabal/issues/10421#issuecomment-2408683328_
A quick look at the Doctest and buildinfo filed generator jobs (e.g. [this](https://github…
-
**Is your feature request related to a problem? Please describe.**
I like that, bend support both haskell and python like syntax. But when i am writing in fun syntax in bend, i need to always put th…
-
Во время сдачи трансформеров и вывод типов выяснилось что в разделах не так много вопросов, направляющих на изучение каких-то деталей реалиазации. Например для трансофрмеров следовало бы добавить вопр…
-
Our current plan is to have location-set-cardinality _polymorphism_; that's different from _dynamism_.
That said, i think it should be _possible_ to set participation sets at runtime. It sounds like…
-
(Just tracking this here in case anyone bumps in to it, and so that I've got a record of what the issue is for when I inevitably hit it again.)
If we load `primer/primer-service/exe-server/Main.hs`…
-
On trying to install buildwrapper for use with EclipseFP, the build fails with the following output and error message:
``` bash
$ cabal install buildwrapper
Resolving dependencies...
Warning: build…
-
I currently use a fork of `rules_haskell` with modifications to the default options being passed to `haddock`, since `haskell_doc` doesn't expose a `haddockopts`, `args`, or similar attribute. This is…