haskellPackages: update stackage and hackage#185755
Conversation
This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
|
@Kiwi It looks like brick has updated to version 1.0, which causes matterhorn to break again. In 323f8b5 I removed the matterhorn and brick overrides in order to start trying to get rid of eval errors. If you wanted to fix this, I suggest first reverting my commit here and building on that revert. Unless there are patches floating around for matterhorn + brick-1.0, it might just be easiest to generate brick-0.70 and brick-skylight in |
Version 2.0.0.1 of nvim-hs-contrib was released on Hackage, which fixes compilation with GHC 9.
…b-v2.0.0.1 haskellPackages: unbreak `nvim-hs-contrib`
Fixed the problem in d8bddf3. |
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This shortens the bootstrap chain for 9.4.1 and should be kinder on rebuilds. It requires some messing around in the configure file, since it is not officially supported by upstream (but known to work). For now it saves us the hassle of adding another bindist to nixpkgs. When we support hadrian, we'll be able to use the already packaged 9.2.2 bindist.
text.cabal has the following snippet mandating this:
-- GHC 8.10 has linking issues (probably TH-related) on ARM.
if (arch(aarch64) || arch(arm)) && impl(ghc == 8.10.*)
build-depends: base < 0
Since we're now testing 9.0.2 for bootstrapping on Hydra, we can also
use the proper GHC version for powerpc64le.
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
ihaskell has an indirect dependency on the Python package mistune, which is currently marked as insecure.
|
@ofborg eval |
|
Edit (sternenseemann): Was a flaky failure: https://hydra.nixos.org/eval/1776359?filter=nixosTests.xmonad. |
|
@fpletz @kragniz It looks like there is an error on |
This cherry-picks the relevant changes from haskell/haskell-language-server#2854 into the 8.10.x version of hls-hlint-plugin, as suggested in #168064 (comment) Co-Authored-By: Florian Klink <flokli@flokli.de>
haskell-language-server: fix with ghc-lib >= 9.0 and ghc <= 8.10.7
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This Merge
This PR is the regular merge of the
haskell-updatesbranch intomaster.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-updatesintomasterevery 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!)This is the follow-up to #185574. Come to #haskell:nixos.org if you have any questions.