Skip to content
Snippets Groups Projects
  1. Apr 01, 2025
  2. Mar 18, 2025
  3. Mar 12, 2025
  4. Feb 12, 2025
  5. Feb 07, 2025
  6. Feb 06, 2025
  7. Jan 28, 2025
  8. Jan 21, 2025
  9. Dec 17, 2024
  10. Dec 12, 2024
  11. Dec 11, 2024
  12. Nov 11, 2024
    • sheaf's avatar
      Update typenats plugins for GHC 9.13 · 1c615fcb
      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.
      1c615fcb
  13. Nov 01, 2024
  14. Oct 18, 2024
  15. Sep 26, 2024
  16. Sep 19, 2024
  17. Jul 08, 2024
  18. Jul 04, 2024
  19. Jul 03, 2024
  20. Jun 18, 2024
  21. Jun 16, 2024
  22. Jun 15, 2024
  23. Jun 14, 2024
  24. Jun 03, 2024
  25. May 17, 2024
    • Ryan Scott's avatar
      Update ghcide-2.6.0.0 patch · ebc8a498
      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.
      ebc8a498
    • Ryan Scott's avatar
      Update liquidhaskell-boot-0.9.8.1 patch · 921fa269
      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.
      921fa269
  26. May 16, 2024
Loading