This project is mirrored from https://github.com/kolmodin/binary.
Pull mirroring updated .
- 02 Feb, 2016 4 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Define MonadFail instance for Get Monad
-
Herbert Valerio Riedel authored
-
Lennart Kolmodin authored
PVP said 0.9.0.0 was not required.
-
- 26 Jan, 2016 4 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 25 Jan, 2016 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 23 Jan, 2016 1 commit
-
-
Alexander Vershilov authored
Implement Binary instance and builders for ShortByteString.
-
- 22 Jan, 2016 1 commit
-
-
Lennart Kolmodin authored
-
- 21 Jan, 2016 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 18 Jan, 2016 1 commit
-
-
Lennart Kolmodin authored
-
- 20 Dec, 2015 9 commits
-
-
Lennart Kolmodin authored
Let's share the address space with a malevolent agent of chaos.
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Removing as it complicates binary and it's very hard for client code to trigger.
-
Lennart Kolmodin authored
Define Semigroup instance for base>=4.9
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Drop redundant constraints
-
Lennart Kolmodin authored
Canonicalise Monad instances
-
Lennart Kolmodin authored
Data.Fixed instance
-
- 19 Dec, 2015 3 commits
-
-
Herbert Valerio Riedel authored
GHC HEAD warns about these
-
Herbert Valerio Riedel authored
This makes `binary` `-Wcompat`-clean for GHC 8.0
-
Herbert Valerio Riedel authored
This avoids potential performance issues as well as future proofing code.
-
- 18 Dec, 2015 2 commits
-
-
Lennart Kolmodin authored
Split GBinary into GBinaryGet and GBinaryPut, speeds up compilation.
-
Edward Z. Yang authored
Consider: {-# LANGUAGE DeriveGeneric #-} module A where import Data.Binary import GHC.Generics data T = T () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () () deriving Generic instance Binary T Without this patch, on GHC 7.10.2, building this -O2 takes 6.7s. With this patch, it takes 1.7s. Amazing. (There are modest improvements with other versions of GHC too.) Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 15 Nov, 2015 2 commits
- 13 Nov, 2015 2 commits
-
-
Lennart Kolmodin authored
Add since annotations
-
Oleg Grenrus authored
-
- 12 Nov, 2015 5 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Lennart Kolmodin authored
Bump version to 0.8.0.0
-
Khudyakov authored
-
Oleg Grenrus authored
-
- 11 Nov, 2015 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-