fix old build by importing ByteString module to get OverloadedString instance
This commit is contained in:
parent
ede69013ae
commit
119b111b82
@ -24,6 +24,7 @@ module Crypto.PubKey.HashDescr
|
|||||||
, hashDescrRIPEMD160
|
, hashDescrRIPEMD160
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
import Data.ByteString.Char8 ()
|
||||||
import Data.ByteString (ByteString)
|
import Data.ByteString (ByteString)
|
||||||
import qualified Data.ByteString as B
|
import qualified Data.ByteString as B
|
||||||
import Crypto.Hash
|
import Crypto.Hash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user