We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f0648 commit b6792edCopy full SHA for b6792ed
hnix-store-core/src/System/Nix/ReadonlyStore.hs
@@ -29,7 +29,7 @@ makeTextPath fp nm h refs = makeStorePath fp ty h nm
29
where
30
ty = BS.intercalate ":" ("text" : map storePathToRawFilePath (HS.toList refs))
31
32
-makeFixedOutputPath :: (ValidAlgo hashAlgo, NamedAlgo hashAlgo) => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath
+makeFixedOutputPath :: forall hashAlgo. (ValidAlgo hashAlgo, NamedAlgo hashAlgo) => FilePath -> Bool -> Digest hashAlgo -> StorePathName -> StorePath
33
makeFixedOutputPath fp recursive h nm =
34
makeStorePath fp ty h' nm
35
0 commit comments