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