This project is mirrored from https://github.com/kolmodin/binary.
Pull mirroring updated .
- 07 Jun, 2018 6 commits
-
-
Lennart Kolmodin authored
Add Binary instance for Identity, from base-4.8.0.0
-
Lennart Kolmodin authored
Don't use * as Type in the presence of TypeOperators
-
DanielDiaz authored
-
Vladislav Zavialov authored
-
Lennart Kolmodin authored
Fix CI
-
Vladislav Zavialov authored
-
- 12 Mar, 2018 1 commit
-
-
DanielDiaz authored
-
- 06 Nov, 2017 1 commit
-
-
Lennart Kolmodin authored
-
- 02 Apr, 2017 3 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Same as version 0.9.0.0. There were no new breaking changes, so let's go back to major 0.8.
-
- 13 Mar, 2017 5 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Class: Drop Data.Typeable import for GHC <8.2
-
Ben Gamari authored
-
- 06 Mar, 2017 1 commit
-
-
Lennart Kolmodin authored
Remove redundant pattern-match warning when built with GHC 8.2
-
- 03 Mar, 2017 1 commit
-
-
Ryan Scott authored
-
- 25 Feb, 2017 1 commit
-
-
- 18 Feb, 2017 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Again, trying to resolve haskell/cabal#4331.
-
- 16 Feb, 2017 3 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- 15 Feb, 2017 2 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
See #123.
-
- 22 Jan, 2017 1 commit
-
-
Lennart Kolmodin authored
Split cabal install into two invocations. Cabal seems to not handle the 'cabal-version' constraint correctly, and ends up ordering the packages to install in the wrong order. Installing Cabal separately first, and then all other packages, seems to work around the problem.
-
- 11 Jan, 2017 1 commit
-
-
Lennart Kolmodin authored
Don't use tyConString
-
- 10 Jan, 2017 1 commit
-
-
David Feuer authored
`tyConString` has been deprecated since GHC 7.4. I'd like to move toward actually removing it. That can't happen until `binary` stops using it.
-
- 08 Jan, 2017 2 commits
-
-
Lennart Kolmodin authored
fix link in Data.Binary.Get documentation.
-
brady.ouren authored
-
- 21 Sep, 2016 5 commits
-
-
Lennart Kolmodin authored
Should be a no-op if the constraint is already satisfied.
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
They're defined in recent QuickCheck versions.
-
Lennart Kolmodin authored
For Hackage and Stackage versions
-
- 07 Jul, 2016 3 commits
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Import Data.ByteString.Short conditionally
-
Lennart Kolmodin authored
Fixes #121.
-
- 03 Jun, 2016 1 commit
-
-
Lennart Kolmodin authored
-