We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a6206 commit 9f188e4Copy full SHA for 9f188e4
share-api/src/Share/NamespaceDiffs.hs
@@ -209,7 +209,7 @@ compressNameTree (diffs Cofree.:< children) =
209
(childDiffs Cofree.:< nestedChildren)
210
| null childDiffs,
211
[(k, v)] <- Map.toList nestedChildren ->
212
- (Path.prefix (Path.singleton ns) (Path.Relative k), v)
+ (Path.prefix (Path.singleton ns) k, v)
213
| otherwise ->
214
(Path.singleton ns, child)
215
)
stack.yaml
@@ -19,6 +19,7 @@ packages:
19
- unison/lib/orphans/unison-hash-orphans-aeson
20
- unison/lib/orphans/unison-hash-orphans-sqlite
21
- unison/lib/orphans/uuid-orphans-sqlite
22
+- unison/lib/unison-credentials
23
- unison/lib/unison-dynlib
24
- unison/lib/unison-hash
25
- unison/lib/unison-hashing
0 commit comments