- Dec 07, 2021
-
-
Matthew Pickering authored
-
- Dec 06, 2021
-
-
Matthew Pickering authored
-
Matthew Pickering authored
My default view isn't the repo view, so the old link sent me to the timeline view rather than the contributor documentation.
-
- Dec 04, 2021
-
-
Ryan Scott authored
-
Ryan Scott authored
This has caught enough bugs where it's probably justified to always build it, even if there is no `head.hackage` patch.
-
- Dec 02, 2021
-
-
This reverts commit 9b21848a. The bug has been fixed.
-
- Nov 30, 2021
- Nov 23, 2021
-
-
Matthew Pickering authored
-
- Nov 18, 2021
-
-
Ryan Scott authored
Not doing so causes issues for packages like `Cabal`, whose patches conflict with the `installed` constraints.
-
Ryan Scott authored
In theory, this should decrease the likelihood of picking bizarre build plans involving boot packages that differ from what comes bundled with the version of GHC being used.
-
- Nov 10, 2021
-
-
Ryan Scott authored
-
- Nov 09, 2021
-
-
Ryan Scott authored
Previously, the `singletons` package included all of what is now part of `singletons-base`. To ensure that we are still testing this code on CI, make `singletons-base` the `extra_package`.
-
Ryan Scott authored
This reverts commit fea2790a.
-
Ryan Scott authored
This reverts commit 3bbe1d2b.
-
- Nov 02, 2021
-
-
Ryan Scott authored
-
Ryan Scott authored
-
- Oct 24, 2021
-
-
ghc@25977ab5 removes the `loadModule` function, which `doctest` was using. However, there doesn't appear to be a good reason for `doctest` to be using `loadModule` in the first place, since it only cares about the parsed module. As a result, we can simply comment out the use of `loadModule`. Fixes #30. Co-authored-by:
Ryan Scott <ryan.gl.scott@gmail.com>
-
- Oct 23, 2021
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
- Sep 14, 2021
-
-
Matthew Pickering authored
-
- Aug 26, 2021
-
-
Ryan Scott authored
-
- Aug 25, 2021
-
-
Ryan Scott authored
This is a workaround until a new 9.2 bindist containing ghc@e17361f2 is available. See the discussion in ghc!6066 (comment 371762).
-
- Jul 15, 2021
-
-
- Jul 13, 2021
-
-
Ryan Scott authored
-
- Jun 19, 2021
-
-
Ryan Scott authored
Make sure that `extra_package Agda` doesn't accidentally pick up a later version of `Agda` than what is currently patched.
-
- Jun 07, 2021
-
-
Ryan Scott authored
-
- Jun 06, 2021
-
-
Ryan Scott authored
-
- May 21, 2021
-
-
Ryan Scott authored
-
Ryan Scott authored
-
- May 18, 2021
-
-
Ryan Scott authored
-
- Apr 14, 2021
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Co-authored-by:
Ryan Scott <ryan.gl.scott@gmail.com>
-
- Apr 01, 2021
-
-
Ben Gamari authored
This ensures that we don't reuse an out-of-date tree if the user re-runs after modifying a patch.
-
- Mar 30, 2021
-
-
Ben Gamari authored
Unfortunately the interface [1] we were using previously will not provide an artifact until a pipeline has successfully finished on the requested branch. This partially reverts commit 00db7a0d. [1] https://docs.gitlab.com/ee/api/job_artifacts.html#download-a-single-artifact-file-from-specific-tag-or-branch
-