1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

Stub in a JSON renderer module.

This commit is contained in:
Rob Rix 2016-02-25 13:57:28 -07:00
parent 78f8704b13
commit bce5430697
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ library
, Data.OrderedMap
, Patch
, Renderer
, Renderer.JSON
, Renderer.Patch
, Renderer.Split
, Renderer.Unified

1
src/Renderer/JSON.hs Normal file
View File

@ -0,0 +1 @@
module Renderer.JSON where