Skip to content

Commit b6792ed

Browse files
committed
restore forall hashAlgo
1 parent 86f0648 commit b6792ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ makeTextPath fp nm h refs = makeStorePath fp ty h nm
2929
where
3030
ty = BS.intercalate ":" ("text" : map storePathToRawFilePath (HS.toList refs))
3131

32-
makeFixedOutputPath :: (ValidAlgo hashAlgo, NamedAlgo hashAlgo) => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath
32+
makeFixedOutputPath :: forall hashAlgo. (ValidAlgo hashAlgo, NamedAlgo hashAlgo) => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath
3333
makeFixedOutputPath fp recursive h nm =
3434
makeStorePath fp ty h' nm
3535
where

0 commit comments

Comments
 (0)