1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 09:21:35 +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.Element
AST.GenerateSyntax AST.GenerateSyntax
AST.Grammar.TH AST.Grammar.TH
AST.Marshal.JSON
AST.Token AST.Token
AST.Traversable1 AST.Traversable1
AST.Traversable1.Class AST.Traversable1.Class
AST.Unmarshal AST.Unmarshal
Marshal.JSON
-- other-modules: -- other-modules:

View File

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