This project is mirrored from https://github.com/kolmodin/binary.
Pull mirroring updated .
- 08 Feb, 2021 1 commit
-
-
Simon Jakobi authored
Corresponding GHC MR: ghc/ghc!4945
-
- 05 Feb, 2021 1 commit
-
-
- 12 Nov, 2020 1 commit
-
-
Moritz Angermann authored
-
- 21 Jul, 2019 1 commit
-
-
Lennart Kolmodin authored
Reading the file with 12000+ examples is slow as it's deserialized with 'read'.
-
- 20 Jul, 2019 2 commits
-
-
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.
-
- 18 Jul, 2019 1 commit
-
-
Lennart Kolmodin authored
Remove a redundant catch-all clause
-
- 14 Jul, 2019 1 commit
-
-
Lennart Kolmodin authored
Handle {Int,Word}32Rep
-
- 04 Jul, 2019 1 commit
-
-
Sebastian Graf authored
The clause will be rendered redundant by [GHC MR 963](ghc/ghc!963).
-
- 29 Jun, 2019 1 commit
-
-
John Ericson authored
-
- 06 Jun, 2019 1 commit
-
-
Lennart Kolmodin authored
Remove 7.4.1 as it's broken upstream.
-
- 15 May, 2019 1 commit
-
-
Lennart Kolmodin authored
Prepare 0.8.7.0
-
- 13 May, 2019 2 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 12 Mar, 2019 1 commit
-
-
Lennart Kolmodin authored
Haddock markup fixes
-
- 11 Mar, 2019 1 commit
-
-
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)
-
- 03 Mar, 2019 1 commit
-
-
Alex Biehl authored
-
- 02 Feb, 2019 2 commits
-
-
Lennart Kolmodin authored
'Binary (NonEmpty a)' should 'fail' on empty lists
-
Lennart Kolmodin authored
Co-Authored-By:
harpocrates <alec.theriault@gmail.com>
-
- 23 Jan, 2019 2 commits
-
-
Lennart Kolmodin authored
Compatibility with future ghc-8.8/base-4.13
-
Lennart Kolmodin authored
Typofix
-
- 22 Jan, 2019 1 commit
-
-
Gabor Greif authored
-
- 20 Jan, 2019 1 commit
-
-
Herbert Valerio Riedel authored
-
- 15 Nov, 2018 1 commit
-
-
Lennart Kolmodin authored
Remove unused imports.
-
- 13 Nov, 2018 1 commit
-
-
Lennart Kolmodin authored
Add support for Int16#, Word16#
-
- 08 Nov, 2018 1 commit
-
-
David Eichmann authored
Due to a bug in ghc, some unused imports do not yield warnings. This commit will remove such unused imports in preparation for the ghc bug fix (see https://ghc.haskell.org/trac/ghc/ticket/13064).
-
- 05 Nov, 2018 1 commit
-
-
Ben Gamari authored
-
- 06 Oct, 2018 4 commits
-
-
Lennart Kolmodin authored
Add GHC 8.6.1 to travis and docker.
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Add support for Int8Rep/Word8Rep added in GHC 8.7
-
- 04 Oct, 2018 1 commit
-
-
Ben Gamari authored
-
- 10 Aug, 2018 1 commit
-
-
Alec Theriault authored
The failure should be in the context of 'MonadFail'.
-
- 08 Aug, 2018 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 06 Aug, 2018 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 04 Aug, 2018 1 commit
-
-
Lennart Kolmodin authored
There was no breaking changes in version 0.10.0.0, so let's also release under 0.8.6.0.
-
- 02 Aug, 2018 1 commit
-
-
Lennart Kolmodin authored
-
- 01 Aug, 2018 1 commit
-
-
Lennart Kolmodin authored
-