- Oct 31, 2023
-
-
Matthew Pickering authored
-
- Oct 30, 2023
-
-
This is to avoid this bug: https://github.com/NixOS/nix/issues/9142
-
- Oct 28, 2023
-
-
- Oct 27, 2023
-
-
Mikolaj Konarski authored
-
Teo Camarasu authored
Deal with re-export of Data.List.List
-
- Oct 26, 2023
-
-
Teo Camarasu authored
Suport ghc/ghc!11426
-
- Oct 13, 2023
-
-
Ryan Scott authored
This change was introduced in ghc!11367
-
- Oct 09, 2023
-
-
Matthew Pickering authored
-
Matthew Pickering authored
* Use branches for nixpkgs and all-cabal-hashes, so they can be updated with `nix flake lock --update` * Remove old `default.nix` file.
-
- Oct 04, 2023
-
-
-
Krzysztof Gogolewski authored
The fixes have been backported, servant should work in 9.4.5, hgeometry in 9.8.1.
-
- 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@59202c80.
-
Brandon Chinn authored
-
Brandon Chinn authored
-
- Aug 08, 2023
-