- Sep 30, 2023
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
- Sep 29, 2023
-
-
Ben Gamari authored
-
- Sep 11, 2023
-
-
Teo Camarasu authored
-
- Sep 08, 2023
-
-
Teo Camarasu authored
-
- Sep 07, 2023
-
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
- Sep 06, 2023
-
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
This has already been patched upstream, but not yet released. See: https://github.com/haskell/vector/commit/c3616f425bf1caabf21872697610e75e61308b63
-
- Aug 29, 2023
-
-
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.
-
- Aug 28, 2023
-
-
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.
-
- Aug 24, 2023
-
-
sheaf authored
The `__GLASGOW_HASKELL__` macro was missing its underscores.
-
- Aug 23, 2023
-
-
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.
-
- Aug 15, 2023
-
-
Brandon Chinn authored
-
- Aug 10, 2023
-
-
Ryan Scott authored
`isUnsafeEqualityProof` was removed in favor of `isUnsafeEqualityCase` in ghc/ghc@59202c80.
-
Brandon Chinn authored
-
Brandon Chinn authored
-
- Aug 08, 2023
-
- Aug 01, 2023
-
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
Teo Camarasu authored
-
- Jul 31, 2023
-
-
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).
-