Update Hexstring for binary #1

Merged
pitmutt merged 12 commits from dev into master 2024-03-12 18:54:02 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 650febad65 - Show all commits

View file

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: hexstring name: hexstring
version: 0.12.0 version: 0.12.1.0
synopsis: Fast and safe representation of a hex string 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. description: Provides an interface for converting any object that has a 'Binary' instance to and from a hexadecimal Text representation.
author: Rene Vergara, author: Rene Vergara,

View file

@ -1,5 +1,5 @@
name: hexstring name: hexstring
version: 0.12.0 version: 0.12.1.0
git: "https://git.vergara.tech/Vergara_Tech/haskell-hexstring" git: "https://git.vergara.tech/Vergara_Tech/haskell-hexstring"
license: MIT license: MIT
author: author:

View file

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