Skip to content

Commit 6086fd1

Browse files
committed
Use the more compact JSON format for docs in ~/.elm/
1 parent 2a74611 commit 6086fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/src/Deps/Verify.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ updateCache root name info solution graph results =
349349
IO.writeBinary (root </> "objs.dat") $
350350
Map.foldr addGraph (objGraphFromKernels graph) results
351351

352-
liftIO $ Encode.write (root </> "documentation.json") $
352+
liftIO $ Encode.writeUgly (root </> "documentation.json") $
353353
Encode.list Docs.encode $
354354
Map.foldr addDocs [] results
355355

0 commit comments

Comments
 (0)