mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Simplify JSONMetaRepo fields
This commit is contained in:
parent
e87e54302f
commit
d9adbe8783
@ -8,10 +8,8 @@ import Data.HashMap.Strict as HM
|
|||||||
import Prelude
|
import Prelude
|
||||||
import Prologue
|
import Prologue
|
||||||
|
|
||||||
data JSONMetaRepo = JSONMetaRepo { repoPath :: !String
|
data JSONMetaRepo = JSONMetaRepo { repoUrl :: !String
|
||||||
, repoUrl :: !String
|
|
||||||
, language :: !String
|
, language :: !String
|
||||||
, testCaseDirName :: !String
|
|
||||||
, fileExt :: !String
|
, fileExt :: !String
|
||||||
, syntaxes :: ![JSONMetaSyntax]
|
, syntaxes :: ![JSONMetaSyntax]
|
||||||
} deriving (Show, Generic, FromJSON)
|
} deriving (Show, Generic, FromJSON)
|
||||||
|
Loading…
Reference in New Issue
Block a user