Bump version
This commit is contained in:
parent
ff3cab38d9
commit
bcad9d0b8c
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue