mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +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 Prologue
|
||||
|
||||
data JSONMetaRepo = JSONMetaRepo { repoPath :: !String
|
||||
, repoUrl :: !String
|
||||
data JSONMetaRepo = JSONMetaRepo { repoUrl :: !String
|
||||
, language :: !String
|
||||
, testCaseDirName :: !String
|
||||
, fileExt :: !String
|
||||
, syntaxes :: ![JSONMetaSyntax]
|
||||
} deriving (Show, Generic, FromJSON)
|
||||
|
Loading…
Reference in New Issue
Block a user