Expose HexString constructor
This commit is contained in:
parent
268eb1cd53
commit
a7adee13de
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
|
||||||
module Data.HexString
|
module Data.HexString
|
||||||
( HexString
|
( HexString(..)
|
||||||
, hexString
|
, hexString
|
||||||
, fromBinary
|
, fromBinary
|
||||||
, toBinary
|
, toBinary
|
||||||
|
|
Loading…
Reference in a new issue