-
As part of the move away from `v1`-style cabal-install usage, I'm looking at passing package environments around in the test suite. However, those were new with GHC 7.10, so tests would not be able to…
-
E.g. https://www.stackage.org/diff/nightly-2022-11-17/nightly-2023-03-31 shows `BNFC` and others as deleted and added rather than as updated.
How come, and is this intended?
Also, e.g. `BNFC-m…
-
Some of my hackage badges display "badgen error"; I do not see a pattern. E.g.
- ``
-
I'm trying to add some packages to my development environment that aren't actually dependencies of my project, they're just handy to have access to during development.
The [documentation](https://i…
-
### General summary/comments (optional)
This is a bit annoying: afaict this is triggered by Stackage nightly or lts switching to a newer minor ghc release.
Note the file no longer exists (the sy…
-
Currently to write multiple parameters you have to do something like:
```
@parameter
param1 : Type
@parameter
param2 : Type
@parameter
param3 : Type
```
I think it would be nice in cases wher…
-
Recently, "cabal install" quite working to compile darcs for me. It was failing like this:
> setup: Most RTS options are disabled. Link with -rtsopts to enable them.
This was message was not partic…
-
🔗 Automated tracker: https://mass-bottling-manager.nw.r.appspot.com
This will serve as tracking issue to gather Sonoma bottling info. This first post can be edited, with a summary of the high-profi…
-
It seems that no new release is needed for GHC 9.6 (builds locally), but our testsuites are blocked on the ecosystem.
`BNFC` doctests:
- [x] blocked on https://github.com/sol/doctest/issues/394
…
-
We are trying to make the following code (in the lexer):
```agda
private abstract
A = Set
private module _ where
A = Set
B = Set
private module _
(C : let X = Set in X)
where
…