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