Skip to content
Snippets Groups Projects
  1. Sep 30, 2023
  2. Sep 29, 2023
  3. Sep 11, 2023
  4. Sep 08, 2023
  5. Sep 07, 2023
  6. Sep 06, 2023
  7. 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
  8. 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
  9. Aug 24, 2023
  10. 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
  11. Aug 15, 2023
  12. Aug 10, 2023
  13. Aug 08, 2023
  14. Aug 01, 2023
  15. Jul 31, 2023
    • Ryan Scott's avatar
      Add th-abstraction-0.6.0.0 patch · cad0270a
      Ryan Scott authored
      For now, we must use `__GLASGOW_HASKELL__ >= 907` instead of
      `MIN_VERSION_template_haskell(2,21,0)`, as the `template-haskell` version has
      not yet been changed to `template-haskell-2.21.0.0` on GHC's `master` branch
      (see ghc/ghc!10936).
      cad0270a
Loading