diff --git a/src/Tahoe/SDMF/Internal/Share.hs b/src/Tahoe/SDMF/Internal/Share.hs index e5d3f4d6d06993fab813cb2c70ca32d68122032f..b63ada2193e450f1a0fca931f56c812377e9b2f9 100644 --- a/src/Tahoe/SDMF/Internal/Share.hs +++ b/src/Tahoe/SDMF/Internal/Share.hs @@ -16,7 +16,7 @@ import qualified Data.ByteString.Lazy as LB import Data.Word (Word16, Word32, Word64, Word8) import Data.X509 (PrivKey (PrivKeyRSA), PubKey (PubKeyRSA)) import Tahoe.CHK.Merkle (MerkleTree, leafHashes) -import Tahoe.SDMF.Internal.Converting (From (from), TryFrom (tryFrom), into, tryInto) +import Tahoe.SDMF.Internal.Converting (From (from), into, tryInto) import qualified Tahoe.SDMF.Internal.Keys as Keys hashSize :: Int