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:
parent
53407c910f
commit
85c79821d9
@ -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:
|
||||
|
@ -11,7 +11,7 @@
|
||||
{-# LANGUAGE TypeSynonymInstances #-}
|
||||
{-# LANGUAGE UndecidableInstances #-}
|
||||
|
||||
module Marshal.JSON
|
||||
module AST.Marshal.JSON
|
||||
( MarshalJSON(..)
|
||||
) where
|
||||
|
Loading…
Reference in New Issue
Block a user