summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | haskellPackages.hls-class-plugin: Disable tests on darwinMalte Brandy2021-05-25
| | | | | | | | | | | |
| * | | | | | | | | | | top-level/release-haskell.nix: no darwin in static aggregate jobsternenseemann2021-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libiconv doesn't build in pkgsStatic on darwin, having these builds in our aggregate jobset are just gonna make it fail due to reason not really in scope for our jobset here.
| * | | | | | | | | | | haskellPackages.orbits: disable doctest on aarch64sternenseemann2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aarch64 doctests fail in general due to a GHC bug
| * | | | | | | | | | | haskell: Add maintained packages for maralornMalte Brandy2021-05-23
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #124099 from rvl/haskell-updates-taffybarDennis Gosnell2021-05-23
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages.taffybar: override src until next Hackage update
| | * | | | | | | | | | | haskellPackages.taffybar: override src until next Hackage updateRodney Lorrimar2021-05-23
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taffybar 3.2.5 fixes dyre compatibility, but is not in Hackage as of 2021-05-19T07:17:55Z.
| * | | | | | | | | | | Merge pull request #124025 from sternenseemann/haskell-static-hydraDennis Gosnell2021-05-23
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | top-level/release-haskell.nix: test static linking as well
| | * | | | | | | | | | | top-level/release-haskell.nix: test static linking as wellsternenseemann2021-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we can keep track of any new regressions to this as well as have some binary cache, so using this infrastructure doesn't require compiling GHC all the time.
| * | | | | | | | | | | | haskellPackages.libarchive: don't parallelize test suitesternenseemann2021-05-22
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hspec is invoked with -j1 in the hopes that this migitates the issue of the current failures on Hydra: https://github.com/vmchale/libarchive/issues/20
| * | | | | | | | | | | Merge pull request #123991 from expipiplus1/joe-unf-huDennis Gosnell2021-05-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages.hnix: Patch to fix broken location annotations
| | * | | | | | | | | | | haskellPackages.hnix: Patch to fix broken location annotationsJoe Hermaszewski2021-05-22
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reenable tests for update-nix-fetchgit
| * | | | | | | | | | | hackage-packages.nix: Regenerate based on current config(cdep)illabout2021-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| * | | | | | | | | | | Merge pull request #123975 from expipiplus1/joe-haskell-maintainerDennis Gosnell2021-05-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | haskellPackages: Add maintainer expipiplus1
| | * | | | | | | | | | | haskellPackages: Add maintainer expipiplus1Joe Hermaszewski2021-05-22
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Me and my packages. Some already have maintainers which I have left as is.
| * | | | | | | | | | | haskell-generic-builder: disable static PIErnhmjoj2021-05-22
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into haskell-updates(cdep)illabout2021-05-22
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | haskellPackages.sbv_7_13: pin dependency crackNum to < 3.0sternenseemann2021-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.0 for some removed its library, so we need to retain a version prior to that for building sbv_7_13 (which we need for petrinizer).
| * | | | | | | | | | | | haskellPackages: Remove obsoletes patches for gtk-sni-tray and taffybarMalte Brandy2021-05-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | haskellPackages.lsp-test: disable test suite againsternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I removed the `dontCheck` override accidentally when cleaning up eval errors.
| * | | | | | | | | | | | haskellPackages.diagrams-core: restrict to < 1.5.0sternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diagrams-core has adjusted to the Optional deprecation and monoid-extras 0.6, but the rest of the diagrams-* libraries haven't yet. Until that happens we also need to pin it to an older version.
| * | | | | | | | | | | | haskellPackages.alpaca-netcode: disable flaky teststernenseemann2021-05-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | haskellPackages.Euterpea: jailbreaksternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiles with random 1.2.0, but bounds are too strict. Just fully jailbreak instead of patching the bounds like before (upstream maintenance seems poor at this point, so this is futile work unfortunately).
| * | | | | | | | | | | | haskellPackages.language-docker: use sdiststernenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream issue has been resolved and the current hackage sdist does include everything necessary for running its test suite.
| * | | | | | | | | | | | haskellPackages.dyre: fix build by removing out-dated patch and pulling from ↵(cdep)illabout2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into haskell-updates(cdep)illabout2021-05-20
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | hackage-packages.nix: mark broken packages and regenerate based on current ↵(cdep)illabout2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| * | | | | | | | | | | | | haskellPackages.parallel-io: jailbreaksternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too strict bound on random
| * | | | | | | | | | | | | haskellPackages.MissingH: jailbreaksternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too strict bound on random
| * | | | | | | | | | | | | haskellPackages.dhall-nix{,pkgs}: remove cabal revision pinssternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We got these cabal file revisions with our hackage update, so we can remove it from the common configuration file.
| * | | | | | | | | | | | | haskellPackages.hnix: make sure patches applysternenseemann2021-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cabal revisions can break the patches we apply, so we'll need to make any necessary changes to the cabal file with patches ourselves.
| * | | | | | | | | | | | | haskell.packages.ghc{8104,901}: correct cabal-install override commentsternenseemann2021-05-19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | haskellPackages.glirc: remove jailbreaksternenseemann2021-05-19
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | haskellPackages.glirc: remove unnecessary random overridesternenseemann2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | random 1.2.0 is our default version now.
| * | | | | | | | | | | | | haskell.packages.*.cabal-install: remove random, hashable overridessternenseemann2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not necessary anymore as stackage naturally contains random 1.2.0 and we apply the hashable fix globally as well.
| * | | | | | | | | | | | | haskellPackages.hashable: make test suite work with random 1.2.0sternenseemann2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashable's test suite pins random to < 1.2 even in the latest release on hackage, but lifting the bound fixes the build without any issues. Using a patch so we are reminded to remove it when it's unnecessary.
| * | | | | | | | | | | | | haskellPackages.lsp-test: remove unnecessary overridesternenseemann2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We arrived at 0.14.0.0 naturally via stackage.
| * | | | | | | | | | | | | haskellPackages: fix infinite recursion by disabling random's testssternenseemann2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | random 1.2.0 has a new test suite with a lot of dependencies. Among other packages it depends on doctest which depends on syb which depends on tasty which depends on optparse-applicative which depends on QuickCheck which depends on -- you guessed it -- random! The cycle could be broken at any point of course, I've disabled the tests on random here because it has seen the change that causes all of this. However, we may also want to consider doing this for optparse-applicative instead, since random seems like a more critical package to run the tests for possibly? Not sure, looking for feedback.
| * | | | | | | | | | | | | hackage-packages.nix: Regenerate based on current config(cdep)illabout2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
| * | | | | | | | | | | | | all-cabal-hashes: 2021-05-12T11:46:04Z -> 2021-05-19T07:17:55Z(cdep)illabout2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
| * | | | | | | | | | | | | Stackage Nightly: 2021-05-10 -> 2021-05-19(cdep)illabout2021-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
* | | | | | | | | | | | | | Merge pull request #125393 from r-ryantm/auto-update/hwiPavol Rusnak2021-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hwi: 2.0.1 -> 2.0.2
| * | | | | | | | | | | | | | hwi: 2.0.1 -> 2.0.2R. RyanTM2021-06-02
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #125241 from eduardosm/dr14_tmeteradisbladis2021-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dr14_tmeter: use ffmpeg 4
| * | | | | | | | | | | | | | | dr14_tmeter: use ffmpeg 4Eduardo Sánchez Muñoz2021-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | migrate away from ffmpeg_3 (https://github.com/NixOS/nixpkgs/issues/120705)
* | | | | | | | | | | | | | | | ocamlPackages.junit: init 2.0.2superherointj2021-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ocamlPackages.junit_ounit: init 2.0.2 ocamlPackages.junit_alcotest: init 2.0.2
* | | | | | | | | | | | | | | | Merge pull request #119571 from hennersz/fix/pass-import-install-extensionDomen Kožar2021-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | passExtensions.pass-import: install extension script and completion
| * | | | | | | | | | | | | | | passExtensions.pass-import: install extension script and completionHenry Mortimer2021-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes added in 40b9f4e meant that running the extension from within pass, i.e. running `pass import` no longer worked because the extension script didn't get installed and the completion scripts for pimport don't get installed. This commit fixes that by manually copying and wrapping the extension script and completion scripts
* | | | | | | | | | | | | | | | Merge pull request #125216 from hercules-ci/follow-up-115491Robert Hensing2021-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dockerTools: Fix passthru image tag
| * | | | | | | | | | | | | | | | dockerTools: Fix passthru image tagRobert Hensing2021-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should match the actual image tag. This fixes the problem introduced in 00996b5e03f33bebafc2b17c41a175d3726a9bde https://github.com/NixOS/nixpkgs/pull/115491#pullrequestreview-672789901
* | | | | | | | | | | | | | | | | Merge pull request #125371 from zimbatm/terraform-provieder-aws-3.43.0Florian Klink2021-06-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terraform-providers.aws: 3.39.0 -> 3.43.0