add string?-typed fields
This commit is contained in:
@@ -91,6 +91,7 @@ fromAutoTypes path (U.Object ps) =
|
||||
]
|
||||
where
|
||||
toProperty k (U.Scalar "string") = "string" :: String
|
||||
toProperty k (U.Option (Just (U.Scalar "string"))) = "string?" :: String
|
||||
|
||||
watch :: TMVar Repo -> FilePath -> G.RefName -> IO ()
|
||||
watch repoT root ref = do
|
||||
|
||||
Reference in New Issue
Block a user