From 49bceb5f14831eaab9c644072cc0edd03c305ea0 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 5 Feb 2024 20:46:05 -0600 Subject: [PATCH] Expose `fromText` --- src/Data/HexString.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Data/HexString.hs b/src/Data/HexString.hs index f0b5d79..ef71b4b 100644 --- a/src/Data/HexString.hs +++ b/src/Data/HexString.hs @@ -12,6 +12,7 @@ module Data.HexString , toBinary , fromBytes , toBytes + , fromText , toText ) where