factor out maybeAddJSONField

Sponsored-By: the NIH-funded NICEMAN (ReproNim TR&D3) project
This commit is contained in:
Joey Hess 2023-05-08 16:03:34 -04:00
parent 3d8f93dc0a
commit a5d0c85ae1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 22 additions and 18 deletions

View file

@ -12,7 +12,6 @@ module Messages.JSON (
JSONChunk(..),
emit,
emit',
encode,
none,
start,
startActionItem,
@ -29,6 +28,7 @@ module Messages.JSON (
ObjectMap(..),
JSONActionItem(..),
AddJSONActionItemField(..),
module Utility.Aeson,
) where
import Control.Applicative