Update Hexstring for binary #1
3 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
|||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: hexstring
|
||||
version: 0.12.0
|
||||
version: 0.12.1.0
|
||||
synopsis: Fast and safe representation of a hex string
|
||||
description: Provides an interface for converting any object that has a 'Binary' instance to and from a hexadecimal Text representation.
|
||||
author: Rene Vergara,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: hexstring
|
||||
version: 0.12.0
|
||||
version: 0.12.1.0
|
||||
git: "https://git.vergara.tech/Vergara_Tech/haskell-hexstring"
|
||||
license: MIT
|
||||
author:
|
||||
|
|
|
@ -9,6 +9,7 @@ module Data.HexString
|
|||
( HexString(..)
|
||||
, hexString
|
||||
, fromRawBytes
|
||||
, fromBinary
|
||||
, toBytes
|
||||
, fromText
|
||||
, toText
|
||||
|
|
Loading…
Reference in a new issue