mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
bang patterns optimization to avoid unnecessary laziness
This commit is contained in:
@@ -161,8 +161,8 @@ newtype ManifestParseException = ManifestParseException FilePath
|
||||
instance Exception ManifestParseException
|
||||
|
||||
data PkgRepo = PkgRepo
|
||||
{ pkgRepoFileRoot :: FilePath
|
||||
, pkgRepoAppMgrBin :: FilePath
|
||||
{ pkgRepoFileRoot :: !FilePath
|
||||
, pkgRepoAppMgrBin :: !FilePath
|
||||
}
|
||||
|
||||
newtype EosRepo = EosRepo
|
||||
|
||||
Reference in New Issue
Block a user