This project is mirrored from https://github.com/kolmodin/binary.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update . This branch has diverged from upstream.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update . This branch has diverged from upstream.
- Jan 28, 2025
-
-
Ben Gamari authored
Fix 404 link to GHC docs for the UNPACK pragma
- Sep 06, 2024
-
-
Philipp Middendorf authored
-
- Apr 12, 2024
-
-
Ben Gamari authored
Release 0.8.9.2
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-Wnoncanonical-monadfail-instances is deprecated: fail is no longer a…
-
- May 31, 2023
-
-
Ben Gamari authored
Future-proof against potential Prelude.foldl'
-
- May 20, 2023
-
-
Bodigrim authored
-
- May 16, 2023
-
-
Oleg Grenrus authored
-
- Mar 06, 2023
-
-
Ben Gamari authored
Drop efficiency wording from README
-
Ben Gamari authored
Added comments for Float and Double instances
-
Ben Gamari authored
Mark many in Alternative instance as INLINEABLE
-
Ben Gamari authored
Update supported compiler versions in CI and the cabal file
-
- Feb 26, 2023
-
-
Théophile Choutri authored
-
- Aug 19, 2022
-
-
Ben Gamari authored
Test CI
-
- Aug 18, 2022
-
-
Ben Gamari authored
I have given up on tests and benchmarks for the moment due to cyclic package dependencies.
-
Ben Gamari authored
-
Ben Gamari authored
Add GitHub Actions-based CI
-
Ben Gamari authored
-
Ben Gamari authored
-
- Aug 04, 2022
-
- Jun 25, 2022
-
-
jchia authored
-
- Jun 23, 2022
-
-
Andreas Klebinger authored
Since many is recursive ghc will never inline it. Even if we mark as INLINE. However ghc will complain if we compile with core lint enabled. So we just mark it as INLINEABLE instead.
-
- Apr 24, 2022
-
-
Chris Done authored
-
- Mar 30, 2022
-
-
Ben Gamari authored
Adapt to changes in TypeRep complete patterns
-
- Aug 18, 2021
-
-
sheaf authored
GHC merge request !963 improved warnings in the presence of COMPLETE annotations. This allows the removal of the Fun pattern from the complete set. This patch accounts for the resulting changes in pattern match warnings.
-
- Aug 05, 2021
-
-
Ben Gamari authored
Bump version to 0.8.9.0
-
- May 05, 2021
-
-
Ben Gamari authored
Changes for GHC 9.2.1
-
- Apr 15, 2021
-
-
Ben Gamari authored
Otherwise GHC 9.2 will compile the package as GHC2021, which will break due to a Safe Haskell error. See GHC #19631.
-
- Mar 05, 2021
-
-
- Mar 03, 2021
-
-
Ben Gamari authored
Bring in changes GHC 9.2 is using
-
Ben Gamari authored
Remove instance for Data.Semigroup.Option for GHC >= 9.2
-
John Ericson authored
-
- Mar 02, 2021
-
-
Ben Gamari authored
Use unsafe shifts from base rather than hand-rolling
-
- Feb 17, 2021
-
-
John Ericson authored
See https://hackage.haskell.org/package/base-4.5.0.0/docs/Data-Bits.html#v:unsafeShiftL. in binary's minimum supportedbase version. Beyond reducing duplicated code, this will avoid CPP in dealing with the changing primop situation for GHC 9.2.
-