- Mar 09, 2022
-
-
Ryan Scott authored
Avoid MonadFail instance for ST in Agda patch See merge request ghc/head.hackage!212
-
Ryan Scott authored
-
Ryan Scott authored
The latest Hackage versions of these packages support HEAD.
-
Ryan Scott authored
-
- Mar 07, 2022
-
-
Matthew Pickering authored
Patches for removing MonadFail ST instance See merge request ghc/head.hackage!211
-
Ryan Scott authored
Fix #47 by keeping checkUnit in sync with codesToStatus Closes #47 and #48 See merge request ghc/head.hackage!210
-
Ryan Scott authored
-
Matthew Pickering authored
Thanks to @ulysses4ever for preparing some of these patches.
-
Ryan Scott authored
-
Matthew Pickering authored
Patch latest versions of aeson, Agda, and servant See merge request ghc/head.hackage!209
-
- Mar 04, 2022
-
-
Ryan Scott authored
-
- Mar 03, 2022
-
-
-
Ryan Scott authored
HEAD compiles `.hs-boot` files more eagerly, which revealed a compilation failure lying in wait in an unused `.hs-boot` file in `Agda-2.6.1.3`. The simplest fix is to just remove the unused `.hs-boot` file.
-
Ryan Scott authored
Previously, `checkUnit` and `codesToStatus` could report completely different answers about whether a package built successfully or not if the failure occurs after an `Installing executable X in ...` message occurs. This was the case when building `Agda-2.6.1.3`—see #47. To avoid this problem, we now ensure that `checkUnit` only returns `BuildSucceeded` in this scenario if `codesToStatus` also returns `PackageBuildSucceeded`.
-
- Mar 02, 2022
-
-
Ryan Scott authored
-
Ryan Scott authored
Now that Stackage Nightly uses `aeson-2.0.3.0`, it's about time we used that version of `aeson` consistently in `head.hackage`. This requires sprucing up the `ansi-pretty` and `haxl` patches a bit to accommodate.
-
Ryan Scott authored
-
- Mar 01, 2022
-
-
Ryan Scott authored
`servant-0.19` requires some fixup due to ghc/ghc#21149.
-
Ryan Scott authored
Migrate patches to latest Hackage versions, including basement and foundation See merge request ghc/head.hackage!207
-
Ryan Scott authored
See the comments beginning at ghc/ghc#20200 (comment 411971)
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
The latest Hackage versions of these packages now support HEAD.
-
Matthew Pickering authored
Fix #31 Closes #31 See merge request ghc/head.hackage!208
-
-
- Feb 19, 2022
-
-
sheaf authored
Avoid nonconfluence in hgeometry-combinatorial See merge request ghc/head.hackage!206
-
sheaf authored
The existing behaviour relied on non-confluent behaviour in the constraint solver, which caused a problem when removing derived constraints
-
- Feb 17, 2022
-
-
Matthew Pickering authored
Cabal/Cabal-syntax split patches See merge request ghc/head.hackage!205
-
Matthew Pickering authored
-
- Feb 16, 2022
-
-
Matthew Pickering authored
-
Matthew Pickering authored
This is unecessary as Cabal is freely reinstallable.
-
- Jan 23, 2022
-
-
Ryan Scott authored
Use better text-2.0–accommodating patches for cribit, double-conversion See merge request ghc/head.hackage!204
-
- Jan 22, 2022
-
-
Ryan Scott authored
These patches are provided courtesy of Bodigrim in https://github.com/haskell/critbit/pull/95 and https://github.com/haskell/double-conversion/pull/28. See #43.
-
Ryan Scott authored
-
Ryan Scott authored
The latest Hackage versions of these libraries support GHC HEAD. Using more modern versions of `attoparsec` and `streaming-commons` is part of the goals of #43.
-
- Jan 17, 2022
-
-
Matthew Pickering authored
Fix the exit code when there are expected broken packages See merge request ghc/head.hackage!203
-
Matthew Pickering authored
-
sheaf authored
Patch box-tuples and posix-api for ArrayArray# changes See merge request ghc/head.hackage!202
-
- Jan 14, 2022
-
-
sheaf authored
-
- Jan 11, 2022
-
-
Matthew Pickering authored
ci: Remove default variables from externally triggered jobs See merge request ghc/head.hackage!200
-