Skip to content
Snippets Groups Projects
  1. May 30, 2023
  2. May 29, 2023
  3. May 21, 2023
  4. May 09, 2023
  5. May 05, 2023
  6. Apr 14, 2023
  7. Apr 02, 2023
  8. Mar 24, 2023
  9. Mar 11, 2023
  10. Mar 08, 2023
  11. Mar 01, 2023
  12. Feb 28, 2023
    • Ben Gamari's avatar
      ci: Apply baseline constraints · c7b73e04
      Ben Gamari authored
      We now add the cabal project fragments in `ci/config.cabal` to the CI
      build to ensure that the solver doesn't use ancient, under-constrained
      package versions in its plans.
      c7b73e04
    • Ben Gamari's avatar
      Lift haxl bounds · 29bfd378
      Ben Gamari authored
      haxl places a constraint on aeson which precludes the use of
      th-abstraction-0.5, which then results in the solver instead choosing
      aeson-0.9, which results in a broken install plan.
      
      Fixes #23048.
      29bfd378
    • Ben Gamari's avatar
      ci: Bump hackage-overlay-repo-tool · d5398339
      Ben Gamari authored
      d5398339
  13. Feb 17, 2023
  14. Feb 16, 2023
    • Teo Camarasu's avatar
      Fix build under nix restricted eval mode · 7865d5f5
      Teo Camarasu authored and Matthew Pickering's avatar Matthew Pickering committed
      7865d5f5
    • Teo Camarasu's avatar
      Pin nixpkgs in flake.nix · ccf51c96
      Teo Camarasu authored and Matthew Pickering's avatar Matthew Pickering committed
      This is to work around an issue where hydra was trying to update the flake.lock to a newer version of nixpkgs.
      ccf51c96
    • Finley McIlwaine's avatar
      HLS 9.6 patches · 13a46fd5
      Finley McIlwaine authored and Matthew Pickering's avatar Matthew Pickering committed
      The patches primarily deal with mtl-2.3.1 issues, just making consumers
      of the package buildable. These were necessary to get some components of
      HLS building on GHC 9.6.
      
      During this process it was also discovered that the `vector-space`
      package was affected by GHC issue
      ghc/ghc#22912 so I've added it to
      `extra_packages` in CI.
      
      This commit also includes a small change to the `patch-tool` that fixes
      the unpack script in the case that a package which shares a prefix with
      the package being upacked is already in the packages dir (e.g. `Chart`
      and `Chart-diagrams`).
      13a46fd5
    • Teo Camarasu's avatar
      Convert nix environment to use flakes and use zw3rk cache. · 1cd13fe3
      Teo Camarasu authored and Matthew Pickering's avatar Matthew Pickering committed
      *  Replaces the Gitlab CI based caching with the cache.zw3rk.com nix binary cache
      *  Replaces the niv based input pinning with flakes and flake-compat (to keep the interface the same)
      *  Adds the build env to the flake so it can be cached by cache.zw3rk.com
      *  Update gitlab job definitions to minimise calls to nix
      1cd13fe3
  15. Feb 15, 2023
Loading