Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
  2. Oct 30, 2023
  3. Oct 28, 2023
  4. Oct 27, 2023
  5. Oct 26, 2023
  6. Oct 13, 2023
  7. Oct 09, 2023
  8. Oct 04, 2023
  9. Sep 11, 2023
  10. Sep 08, 2023
  11. Sep 07, 2023
  12. Sep 06, 2023
  13. Aug 29, 2023
    • sheaf's avatar
      Update Cabal for GHC MR !11107 · 85783b5d
      sheaf authored
      Cabal-3.2.1.0 and Cabal-syntax-3.8.1.0 need updating to account
      for the bugfix in GHC MR !11107 which means that an import of Rep(..)
      no longer brings the class methods of Generic into scope.
      85783b5d
  14. Aug 28, 2023
    • sheaf's avatar
      singletons-base: enable -XTypeAbstractions · 53173944
      sheaf authored
      This patch enables the TypeAbstractions extension in singletons-base
      on GHC >= 9.8, as the extension is now required for invisible binders
      in type declarations, which are used pervasively throughout the library.
      53173944
  15. Aug 24, 2023
  16. Aug 23, 2023
    • sheaf's avatar
      Update sbv & singletons for GHC MR !11112 · 2becd80c
      sheaf authored
      GHC MR !11112 makes it so that one needs to enable the (new)
      TypeAbstractions extension in order to use type applications in
      constructor patterns. The old behaviour (ScopedTypeVariables + TypeApplications)
      is still supported, but it emits a warning, which causes sbv to fail
      to build due to -Werror.
      
      In addition, the changes in GHC MR !11112 mean that the use of invisible
      binders in type declarations requires the TypeAbstractions extension
      to be enabled.
      2becd80c
  17. Aug 15, 2023
  18. Aug 10, 2023
  19. Aug 08, 2023
Loading