haskellPackages: stackage LTS 24.27 -> LTS 24.29 #485516
haskellPackages: stackage LTS 24.27 -> LTS 24.29 #485516sternenseemann merged 457 commits intostagingfrom
Conversation
|
News w.r.t. c2hs: #478368 (comment) |
In theory this should work with postgresql + pgmq plugin with postgresqlTestHook and postgresqlEnableTCP (hardcodes port), but it fails on selecting from the pgmq schema. Maybe the db needs to be preinitialized somehow?
|
-.- accidentally pushed staging to haskell-updates. |
|
staging has become staging-next, so we can start new evals once staging-next has progressed further along at the end of the week or so. |
|
We currently don't have an open haskell-updates PR (it's my turn right now, and I plan to open one soon), so I'm posting here: @mdaniels5757 I see you have been fixing the automatic merge for haskell-updates a few times in the last couple of days - thank you. However, I now noticed 3 times in a row, that after the merge the haskell-updates branch has broken treefmt or eval and I had to fix it manually. Please make sure to run |
|
Oops, sorry! Yes, of course. |
This Merge
This PR is the regular merge of the
haskell-updatesbranch intostaging.This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be able to find an up-to-date Hydra build report at cdepillabout/nix-haskell-updates-status.
We roughly aim to merge these
haskell-updatesPRs at least once every two weeks. See the @NixOS/haskell team calendar for who is currently in charge of this branch.haskellPackages Workflow Summary
Our workflow is currently described in
pkgs/development/haskell-modules/HACKING.md.The short version is this:
haskell-updates(normally at the beginning of a merge window).haskell-updatesintostagingevery two weeks.mergeablejob is succeeding on hydra.maintainedpackage is still broken at the time of merge, we will only merge if the maintainer has been pinged 7 days in advance. (If you care about a Haskell package, become a maintainer!)More information about Haskell packages in nixpkgs can be found in the nixpkgs manual.
This is the follow-up to #478767. Come to #haskell:nixos.org if you have any questions.