Skip to content

Commit 12fa758

Browse files
committed
core: fix fingerprint functions haddock
1 parent ac7184b commit 12fa758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hnix-store-core/src/System/Nix/Fingerprint.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ import System.Nix.StorePath.Metadata (Metadata(..))
2323
import qualified Data.HashSet as HashSet
2424
import qualified Data.Text as Text
2525

26-
-- ^ Produce the message signed by a NAR signature
26+
-- | Produce the message signed by a NAR signature
2727
metadataFingerprint :: StoreDir -> StorePath -> Metadata StorePath -> Text
2828
metadataFingerprint storeDir storePath Metadata{..} = let
2929
narSize = fromMaybe 0 narBytes
3030
in fingerprint storeDir storePath narHash narSize (HashSet.toList references)
3131

32-
-- ^ Produce the message signed by a NAR signature
32+
-- | Produce the message signed by a NAR signature
3333
fingerprint :: StoreDir
3434
-> StorePath
3535
-> DSum HashAlgo Digest -- ^ NAR hash

0 commit comments

Comments
 (0)