Skip to content
Snippets Groups Projects
Unverified Commit 38aef85a authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Bump version to 0.8.3.0.

Next version won't be 0.9.0.0 as previously stated. Looks like no changes
should be breaking, except for the semi public API in
Data.Binary.Builder.Internal which now has been removed.

Also remove GHC 7.6.3 from 'tested-with'. It was removed from Travis CI since
its dependencies doesn't build.
parent 4d9f7b56
No related branches found
No related merge requests found
name: binary
version: 0.8.2.1
version: 0.8.3.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin@gmail.com>
......@@ -18,7 +18,7 @@ category: Data, Parsing
stability: provisional
build-type: Simple
cabal-version: >= 1.8
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
extra-source-files:
README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
......
binary
======
binary-0.9.0.0
binary-0.8.3.0
--------------
- Replace binary's home grown `Builder` with `Data.ByteString.Builder`.
......@@ -13,7 +13,7 @@ binary-0.9.0.0
- Fail gracefully within `Get` when decoding `Bool` and `Ordering`. Previously
when decoding invalid data these instances would fail with `error`.
- Add Binary instance for `Complex a`.
- Add Monoid instance for `Put`.
- Add Monoid and Semigroup instance for `Put`.
binary-0.8.2.1
--------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment