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:
parent
78f8704b13
commit
bce5430697
@ -25,6 +25,7 @@ library
|
||||
, Data.OrderedMap
|
||||
, Patch
|
||||
, Renderer
|
||||
, Renderer.JSON
|
||||
, Renderer.Patch
|
||||
, Renderer.Split
|
||||
, Renderer.Unified
|
||||
|
1
src/Renderer/JSON.hs
Normal file
1
src/Renderer/JSON.hs
Normal file
@ -0,0 +1 @@
|
||||
module Renderer.JSON where
|
Loading…
Reference in New Issue
Block a user