From bcad9d0b8c8c93cdbd03456c9518f62158725f7b Mon Sep 17 00:00:00 2001 From: Leon Mergen Date: Mon, 20 Apr 2015 16:27:04 +0700 Subject: [PATCH] Bump version --- hexstring.cabal | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hexstring.cabal b/hexstring.cabal index f0257d2..c5d3fa8 100644 --- a/hexstring.cabal +++ b/hexstring.cabal @@ -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