- Apr 01, 2025
-
-
Teo Camarasu authored
See ghc@65dc65dc
-
- Mar 18, 2025
-
-
Patrick authored
-
- Mar 12, 2025
-
-
Teo Camarasu authored
These builds were broken by this MR: ghc!9604 (comment 613908) . We've disabled ghcide since this area is currently under heavy modification and it will be easier to fix it at the end.
-
- Feb 12, 2025
-
-
Teo Camarasu authored
This is based on this commit: https://github.com/ucsd-progsys/liquidhaskell/pull/2487/commits/080cfeea0b8eed9ea040ec93303884d964eacbdd
-
- Feb 07, 2025
-
-
The 1.0.11 version works with a wide range of ghc versions.
-
- Feb 06, 2025
-
-
Teo Camarasu authored
-
Teo Camarasu authored
-
- Jan 28, 2025
-
-
Teo Camarasu authored
This was removed in ghc@c3593101
-
Teo Camarasu authored
-
- Jan 21, 2025
-
-
Rodrigo Mesquita authored
-
- Dec 17, 2024
-
-
Teo Camarasu authored
-
Teo Camarasu authored
-
- Dec 12, 2024
-
-
Teo Camarasu authored
It's not the version of Cabal our dep that matters but the version of cabal-install
-
Teo Camarasu authored
This should solve our build failures without requiring patching
-
- Dec 11, 2024
-
-
Teo Camarasu authored
-
-
-
-
-
- Nov 11, 2024
-
-
sheaf authored
This commit updates ghc-tcplugins-extra and hc-typelits-natnormalise to account for the following minor renaming changes: isEqPred --> isEqClassPred isEqPrimPred --> isEqPred mkPrimEqPred --> mkNomEqPred from the GHC commit 0225249a43a49e1ef36de14d28a7aadd7c796a95.
-
- Nov 01, 2024
-
-
sheaf authored
-
- Oct 18, 2024
-
-
Mikolaj Konarski authored
-
- Sep 26, 2024
-
-
Sjoerd Visscher authored
-
- Sep 19, 2024
-
-
Facundo Domínguez authored
-
- Jul 08, 2024
-
-
Matthew Pickering authored
-
- Jul 04, 2024
-
-
Ryan Scott authored
ghcide-2.9.0.0: Adapt to 1bab7dde7e3600f24476cbb2a5b43864ccde1faa and 24e89c40b7725123f03b98c7d934acc6256ff086
-
- Jul 03, 2024
- Jun 18, 2024
-
-
Sebastian Graf authored
-
- Jun 16, 2024
-
-
Sebastian Graf authored
-
- Jun 15, 2024
-
-
Sebastian Graf authored
Fixes #106.
-
- Jun 14, 2024
-
-
Sebastian Graf authored
This goes in tandem with ghc!12858.
-
- Jun 03, 2024
-
-
-
Sebastian Graf authored
-
- May 17, 2024
-
-
Ryan Scott authored
This updates the patch to accommodate the following GHC commits: * ghc@c5d89412 This removes the `mi_globals` field in favor of `mi_top_env`. * ghc@36aa7cf1 This adds an additional `CompressionIFace` argument to the `writeIface` and `putWithUserData` functions.
-
Ryan Scott authored
This updates the patch to accommodate the following GHC commits: * ghc@c5d89412 This removes the `mi_globals` field (in favor of `mi_top_env`) and the `modInfoTopLevelScope` function. `liquidhaskell-boot` re-exports `mi_globals` but does not actually use it, so we can remove the re-export safely. It is not yet clear to me how to port over the code that uses the `modInfoTopLevelScope` function, however. Thankfully, this code is for debugging only (it is not used by the test suite), so we can put this off for now. * ghc@b2227487 This commit adds an `Eq` instance for `VarBndr`, so guard the orphan `Eq` instance for `VarBndr` in `liquidhaskell-boot` behind CPP.
-
- May 16, 2024
-
-
This adapts text-show to be able to build with the `IoManagerFlag`-related changes introduced in ghc@1350e746 . Co-authored-by:
Ryan Scott <ryan.gl.scott@gmail.com>
-