Bump version

This commit is contained in:
Leon Mergen 2015-04-20 16:27:04 +07:00
parent ff3cab38d9
commit bcad9d0b8c

View file

@ -1,6 +1,6 @@
name: hexstring name: hexstring
category: Data category: Data
version: 0.9.0 version: 0.10.0
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
copyright: (c) 2015 Leon Mergen copyright: (c) 2015 Leon Mergen
@ -11,9 +11,8 @@ bug-reports: http://github.com/solatis/haskell-hexstring/issues
stability: experimental stability: experimental
synopsis: Fast and safe representation of a hex string synopsis: Fast and safe representation of a hex string
description: description:
Provides an interface for representing a HexString. It uses fast conversion Provides an interface for converting any object that has a 'Binary' instance
functions to convert to-and-from String or Text formats. Internally, the to and from a hexadecimal Text representation.
HexString is represented by a ByteString.
build-type: Simple build-type: Simple
data-files: LICENSE, README.md data-files: LICENSE, README.md