summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2021-07-26
|\
| * Merge pull request #131548 from r-ryantm/auto-update/eksctlBen Siraphob2021-07-26
| |\ | | | | | | eksctl: 0.57.0 -> 0.58.0
| | * eksctl: 0.57.0 -> 0.58.0R. RyanTM2021-07-26
| | |
| * | Merge pull request #130424 from NixOS/haskell-updatessterni2021-07-26
| |\ \ | | | | | | | | haskellPackages: update stackage and hackage
| | * | haskellPackages: mark builds failing on hydra as brokensternenseemann2021-07-26
| | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
| | * | maintainers/haskell/package-list: minor fixes to documentationsternenseemann2021-07-26
| | | | | | | | | | | | | | | | Co-authored-by: Manuel Bärenz <programming@manuelbaerenz.de>
| | * | agdaPackages.agda-categories: 0.1.6 -> 0.1.7.1Manuel Bärenz2021-07-26
| | | |
| | * | Revert "pkgsMusl.haskell.compiler.*: use python38 to unbreak build"sternenseemann2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 36628e6e04e22a8b72ea5a07e4973670acabfca9. As it turns out this wasn't caused by the update from python 3.8 -> 3.9, but the underlying issue affects both python version (it seems that LTO is at fault currently). Will have to be fixed elsewhere, reverting.
| | * | Agda: mark packages as broken until 2.6.2 compatible release is madeAlex Rice2021-07-26
| | | | | | | | | | | | | | | | Co-authored-by: sternenseemann <sternenseemann@systemli.org>
| | * | haskellPackages: regenerate list of transitively broken pkgssternenseemann2021-07-26
| | | |
| | * | Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2021-07-26
| | |\ \
| | * | | pkgsMusl.haskell.compiler.*: use python38 to unbreak buildsternenseemann2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seems like python39 currently fails to build with musl as libc https://github.com/NixOS/nixpkgs/issues/131557. As a workaround, we can just build the musl GHCs using python38 like we have been in the past (the python 3.8 -> 3.9 update being a more recent development).
| | * | | Merge master into haskell-updatesgithub-actions[bot]2021-07-26
| | |\ \ \
| | * \ \ \ Merge master into haskell-updatesgithub-actions[bot]2021-07-25
| | |\ \ \ \
| | * \ \ \ \ Merge pull request #130441 from cdepillabout/figure-out-ghc-integer-simpleDennis Gosnell2021-07-24
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | ghc: mark broken for musl + integer-simple builds
| | | * | | | | release-haskell: fix comment on pkgsMusl.haskellPackages(cdep)illabout2021-07-24
| | | | | | | |
| | | * | | | | release-haskell: move back to using accumulateDerivations for ↵(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | staticHaskellPackages
| | | * | | | | release-haskell: add docs for removeMany and removePlatforms(cdep)illabout2021-07-24
| | | | | | | |
| | | * | | | | ghc: mark integer-simple builds as broken when hostplatform is musl(cdep)illabout2021-07-24
| | | | | | | |
| | | * | | | | release-haskell: build a few haskell packages with musl(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is helpful to get a small cache going for people who want musl-enabled packages.
| | | * | | | | release-haskell: stop building musl integer-simple GHCs(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integer-simple GHCs appear to be broken when linking against musl and non-static-linking.
| | | * | | | | release-haskell: stop building aarch64 and darwin static haskell packages(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The statically-linked Haskell packages on Darwin are not currently working because libiconv is not building statically on Darwin. The statically-linked Haskell packages on aarch64 are timing out on Hydra.
| | | * | | | | release-haskell: disable aarch64 builds from staticHaskellPackages(cdep)illabout2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These aarch64 builds appear to be timing out.
| | | * | | | | release-haskell: move location of muslGHCs so that musl always comes before ↵(cdep)illabout2021-07-24
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | static This is just a small reorganization.
| | * | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-24
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #131067 from maralorn/hackage-package-listDennis Gosnell2021-07-23
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pkgs.haskell.package-list: init
| | | * | | | | | pkgs.haskell.package-list: initMalte Brandy2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces a maintainer script to upload our current list of haskell-packages to hackage.
| | * | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-23
| | |\ \ \ \ \ \ \
| | * | | | | | | | agdaPackages.iowa-stdlib: Remove hydraPlatformsManuel Bärenz2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are set automatically in the agda packages builder.
| | * | | | | | | | agdaPackages: Don't build broken packages on hydraManuel Bärenz2021-07-22
| | | | | | | | | |
| | * | | | | | | | Merge pull request #130263 from sternenseemann/haskell-updates-agdaDennis Gosnell2021-07-22
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | top-level/release-haskell.nix: add agda packages and test to jobset
| | | * | | | | | | | agdaPackages.iowa-stdlib: don't try to build on Hydrasternenseemann2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's marked as broken which always creates a lot of clutter in hydra evaluation error pages, so we'll just set hydraPlatforms = [] for now.
| | | * | | | | | | | top-level/release-haskell.nix: add agda packages and test to jobsetsternenseemann2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the agda compiler is updated via haskellPackages.Agda, we are quite likely to cause regressions in agdaPackages when the language is changed via compiler updates. Thus we should build agdaPackages (which is very small) as part of the haskell-updates jobset and track if basic agda functionality (compiler and standard library) is working.
| | * | | | | | | | | Merge pull request #131059 from arcz/unbreak-hevmmaralorn2021-07-22
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | haskellPackages.hevm: unbreak
| | | * | | | | | | | haskellPackages.hevm: unbreakArtur Cygan2021-07-22
| | |/ / / / / / / /
| | * | | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-22
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | haskellPackages.focuslist: disable checks because doctests incorrectly fail(cdep)illabout2021-07-21
| | | | | | | | | | |
| | * | | | | | | | | haskellPackages: regenerate package set based on current config(cdep)illabout2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| | * | | | | | | | | all-cabal-hashes: 2021-07-17T11:52:29Z -> 2021-07-21T05:42:12Z(cdep)illabout2021-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
| | * | | | | | | | | Merge pull request #130892 from cdepillabout/haskell-docsDennis Gosnell2021-07-21
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | haskell-updates: add documentation for onboarding new member
| | | * | | | | | | | | haskell-updates: add documentation for onboarding new member(cdep)illabout2021-07-21
| | | | | | | | | | | |
| | * | | | | | | | | | maintainers/scripts/haskell: Better env clearing while regeneratingJoe Hermaszewski2021-07-21
| | |/ / / / / / / / /
| | * | | | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-21
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | haskellPackages.streamly-bytestring: Pin to 0.1.2 to stay compatible with ↵Malte Brandy2021-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stackage LTS
| | * | | | | | | | | | haskellPackages.nix-linter: remove unnecessary jailbreakJoe Hermaszewski2021-07-20
| | | | | | | | | | | |
| | * | | | | | | | | | nix-linter: 2021-06-16 -> 0.2.0.3Joe Hermaszewski2021-07-20
| | | | | | | | | | | |
| | * | | | | | | | | | Merge master into haskell-updatesgithub-actions[bot]2021-07-20
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge master into haskell-updatesgithub-actions[bot]2021-07-19
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #129634 from Anton-Latukha/haskellPackages.upd-hnix-0.14Gabriel Gonzalez2021-07-18
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages: allow hnix-store-{core,remote} 0.5
| | | * | | | | | | | | | | | haskellPackages.nix-linter: unbreak for hnix 0.14sternenseemann2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change to pname is necessary in order to not confuse jailbreak-cabal.