Expose fromBinary

This commit is contained in:
Rene Vergara 2024-03-12 13:52:29 -05:00
parent fd1ddce73c
commit 650febad65
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2
3 changed files with 3 additions and 2 deletions

View file

@ -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,

View file

@ -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:

View file

@ -9,6 +9,7 @@ module Data.HexString
( HexString(..)
, hexString
, fromRawBytes
, fromBinary
, toBytes
, fromText
, toText