From f5e55e615363ccb0eebf070379ccd303360de782 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 19 May 2023 13:57:37 -0400 Subject: [PATCH] remove unused imports --- src/Tahoe/SDMF/Internal/Share.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tahoe/SDMF/Internal/Share.hs b/src/Tahoe/SDMF/Internal/Share.hs index e5d3f4d..b63ada2 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 -- GitLab