1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

rename Marshal.JSON to AST.Marshal.JSON

This commit is contained in:
Ayman Nadeem 2020-02-06 12:36:07 -05:00
parent 53407c910f
commit 85c79821d9
2 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ library
AST.Element
AST.GenerateSyntax
AST.Grammar.TH
AST.Marshal.JSON
AST.Token
AST.Traversable1
AST.Traversable1.Class
AST.Unmarshal
Marshal.JSON
-- other-modules:

View File

@ -11,7 +11,7 @@
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE UndecidableInstances #-}
module Marshal.JSON
module AST.Marshal.JSON
( MarshalJSON(..)
) where