Skip to content
Snippets Groups Projects
  1. Nov 09, 2019
  2. Nov 08, 2019
    • Ben Gamari's avatar
      ci: Add README · ff84f213
      Ben Gamari authored
      ff84f213
    • Ben Gamari's avatar
      ci: Don't constrain to patched package versions · 4a714778
      Ben Gamari authored
      Previously we constrained the CI install plans to use only patched
      versions of any packages for which we had patches. This was an attempt
      to decouple ourselves from the evolution of Hackage a bit. Specifically,
      I was worried that if we didn't constrain the install plan to the
      patched versions then we would end up having spurious build failures
      every time a new minor package version is released (since
      cabal-install would prefer the new release over our patched
      version). Admittedly this is just a hack to work around the fact
      that version bounds are generally quite loose, but it seemed like a
      reasonable trade-off at the time.
      
      However, this ended up making it hard to support older major versions
      of a package simultaneously with the newest version if the latter
      doesn't require a patch. Let's try doing away with the constraints.
      4a714778
  3. Nov 07, 2019
  4. Nov 06, 2019
  5. Nov 05, 2019
  6. Nov 04, 2019
  7. Oct 31, 2019
  8. Oct 23, 2019
  9. Oct 22, 2019
Loading