sternenseemann
sternenseemann
ed25519 has the following constraint which can be relaxed according to my testing (with `ghc-prim-0.13.0`) ``` ghc-prim >=0.1 &&
I have an USB-C dock and a 2K monitor plugged into it via DisplayPort. When I'm already plugged in before niri is started or when I'm pluggin it in after...
If I'm not mistaken, xwayland-satellite doesn't make any effort to sync the primary selection of X11 with wayland (via the primary clipboard protocol). This is problematic for some X11 application...
GCC 14 [changed some warnings to errors](https://gcc.gnu.org/gcc-14/porting_to.html#warnings-as-errors). As a result `bindings-libcddb` no longer builds (this may also affect other packages here, maybe good idea to double check). Full log: ```...
I've manually confirmed that relaxing the bytestring bound to `< 0.13` is fine. See also #70.
I've confirmed `esqueleto-3.5.13.0` is working. The upper bound on `
### This Merge This PR is the regular merge of the `haskell-updates` branch into `staging`. This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be...
Full log is attached, using 1d21f73a2d563ffbb924a4244c29b35e898caefe. [log.txt](https://github.com/user-attachments/files/21723064/log.txt)
~~The current parser essentially assumes that ports are well formed and would probably crash in `read` if a malformed port number is part of the gophermap.~~
Unfortunately the log is too long to paste into a GitHub issue. Using 0.1.5 from Hackage and dependencies from Stackage LTS 24 / GHC 9.10.2. Haven't tried figuring out if...