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