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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 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.
-
John Ericson authored
This is no longer needed with the next commit solving the problem without CPP. This reverts commit b2244101.
-
- Feb 11, 2021
-
-
Simon Jakobi authored
Corresponding GHC MR: ghc/ghc!4945
-
- Feb 05, 2021
-
-
-
Simon Jakobi authored
Corresponding GHC MR: ghc/ghc!4945
-
- Jan 30, 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.
-
- Nov 12, 2020
-
-
Moritz Angermann authored
-
- Jan 20, 2020
-
-
Lennart Kolmodin authored
- Jul 21, 2019
-
-
Lennart Kolmodin authored
Reading the file with 12000+ examples is slow as it's deserialized with 'read'.
-
- Jul 20, 2019
-
-
Lennart Kolmodin authored
Use bases built-in float/word32 and double/word64 casts
-
Lennart Kolmodin authored
Travis keeps breaking due to its very fragile build script. Switching to an approach which I hope will be more robust. Only use recent version of cabal when building for all GHC versions. This means we no longer test older cabal install binaries. cabal-install is unable to come up with a build plan for the tests and benchmarks. The problem seems to be that building binary's tests/benchmarks requires having binary, which is what we're trying to build. Cabal doesn't seem to separate the lib/tests/benchmarks into distinct build units, so it fails to come up with a plan. To work around this, when building on travis, we rename the binary library. With a new name, cabal can find a plan and run the tests. Remove GHC 7.4.2 and 7.6.3 from the testing matrix. They fail with this new build setup for a reason I haven't investigated.
-
- Jul 18, 2019
-
-
Lennart Kolmodin authored
Remove a redundant catch-all clause
-
- Jul 14, 2019
-
-
Lennart Kolmodin authored
Handle {Int,Word}32Rep
-
- Jul 04, 2019
-
-
Sebastian Graf authored
The clause will be rendered redundant by [GHC MR 963](ghc/ghc!963).
-
- Jun 29, 2019
-
-
John Ericson authored
-
- Jun 06, 2019
-
-
Lennart Kolmodin authored
Remove 7.4.1 as it's broken upstream.
-
- May 15, 2019
-
-
Lennart Kolmodin authored
Prepare 0.8.7.0
-
- May 13, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Mar 12, 2019
-
-
Lennart Kolmodin authored
Haddock markup fixes
-
- Mar 11, 2019
-
-
Alec Theriault authored
* Use the standard `@since` notation (since it plays well with re-exports in other packages) * Use `@ ... @` for monospacing things that aren't identifiers * Qualify some linked identifiers (so that they actually link)
-
- Mar 03, 2019
-
-
Alex Biehl authored
-
- Feb 02, 2019
-
-
Lennart Kolmodin authored
'Binary (NonEmpty a)' should 'fail' on empty lists
-
Lennart Kolmodin authored
Co-Authored-By:
harpocrates <alec.theriault@gmail.com>
-
- Jan 23, 2019
-
-
Lennart Kolmodin authored
Compatibility with future ghc-8.8/base-4.13
-
Lennart Kolmodin authored
Typofix
-
- Jan 22, 2019
-
-
Gabor Greif authored
-