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 2a74611 commit 6086fd1Copy full SHA for 6086fd1
builder/src/Deps/Verify.hs
@@ -349,7 +349,7 @@ updateCache root name info solution graph results =
349
IO.writeBinary (root </> "objs.dat") $
350
Map.foldr addGraph (objGraphFromKernels graph) results
351
352
- liftIO $ Encode.write (root </> "documentation.json") $
+ liftIO $ Encode.writeUgly (root </> "documentation.json") $
353
Encode.list Docs.encode $
354
Map.foldr addDocs [] results
355
0 commit comments