| 6 Jun 2021 |
sterni (he/him) | ah I misremembered | 10:49:38 |
sterni (he/him) |
releasing LTS 18 based on GHC 8.10.4 (or GHC 8.10.5, should it make an appearance) and
| 10:49:47 |
| sorki joined the room. | 10:50:01 |
sorki | re | 10:50:15 |
maralorn | What I did not understand is how much LTS is just a branch off from Nightly or a different beast … | 10:50:38 |
sterni (he/him) | hi sorki :) | 10:50:35 |
maralorn | sterni (he/him): You wanted to merge a complete rebuild anyways, right? Maybe we can combine that with the switch to 8105? | 10:51:38 |
sterni (he/him) | yeah that would be my idea | 11:08:15 |
sterni (he/him) | unfortunately I don't have the other change handy yet, but two rebuilds early in the rotation may not be too bad | 11:08:45 |
sterni (he/him) | anyways I have 50 builds to wait for and then I'll merge | 11:08:57 |
sterni (he/him) | unless someone sees something terrible in https://hydra.nixos.org/eval/1676148#tabs-still-fail (still have to mark stuff as broken ofc) | 11:09:29 |
maralorn | In reply to @sternenseemann:systemli.org unless someone sees something terrible in https://hydra.nixos.org/eval/1676148#tabs-still-fail (still have to mark stuff as broken ofc) No, looks sane. | 11:20:07 |
sterni (he/him) | starting to see failures because ppl are introducing lower bounds on GHC 9 standard libraries :'( | 11:20:58 |
sterni (he/him) | how does the mark broken script react to queued builds 🤔 | 11:23:12 |
maralorn | sterni (he/him): It ignores them. | 11:23:23 |
sterni (he/him) | kk very good | 11:23:31 |
cdepillabout | If I remember correclty, I think Peti once bumped the compiler version for a minor release (so like 8.8.3 to 8.8.4) before stackage did. I don't remember him having any big problems because of it. (But I also didn't really follow what he was doing very closely...) | 12:00:39 |
sterni (he/him) | yeah bump looks good so far | 14:13:14 |
sterni (he/him) | gonna do the merge in a bit, have a look at the release notes and then we give hydra something to wrok on :) | 14:13:41 |
pasukon | are there any good examples of using IHP as a flake input or from a fetchTarball? I've been wanting to try it out but don't wanna do it the 'recommended' way with nix-env | 14:54:59 |
maralorn | I have not done anything with IHP. Can you link to the recommended way? | 14:55:50 |
pasukon | https://ihp.digitallyinduced.com/Guide/installation.html | 14:57:27 |
maralorn | pasukon: nix-env -f https://ihp.digitallyinduced.com/ihp-new.tar.gz -i ihp-new -> (import (fetchTarball "https://ihp.digitallyinduced.com/ihp-new.tar.gz")).ihp-new | 15:01:51 |
pasukon | 👍️ | 15:02:03 |
pasukon | thanks | 15:02:05 |
maralorn | I have not run that. | 15:02:20 |
maralorn | Maybe there is stupid mistake in there. | 15:02:33 |
pwmosquito | Hey, so I wanted to try out https://github.com/kowainik/stan on a work codebase and was going to add it to my nix shell and noticed that it's not in unstable but it is in 21.05:
https://search.nixos.org/packages?channel=21.05query=haskellPackages.stan
https://search.nixos.org/packages?channel=unstable&query=haskellPackages.stan
any idea why? | 15:45:15 |
pwmosquito | * Hey, so I wanted to try out https://github.com/kowainik/stan on a work codebase and was going to add it to my nix shell and noticed that it's not in unstable but it is in 21.05:
https://search.nixos.org/packages?channel=21.05&query=haskellPackages.stan
https://search.nixos.org/packages?channel=unstable&query=haskellPackages.stan
any idea why? | 15:46:57 |
maralorn | pwmosquito: I have no clue, what the search is doing. | 15:47:08 |