Condense Imports

This commit is contained in:
Keagan McClelland
2021-12-03 10:29:45 -07:00
parent d0b7b1f044
commit b75fa8101c
3 changed files with 4 additions and 24 deletions

View File

@@ -43,11 +43,7 @@ import Database.Esqueleto.Experimental
)
import Lib.Error ( S9Error(NotFoundE) )
import qualified Lib.External.AppMgr as AppMgr
import Lib.Types.AppIndex ( PackageManifest
( packageManifestIcon
, packageManifestId
, packageManifestVersion
)
import Lib.Types.AppIndex ( PackageManifest(..)
, PkgId(..)
, packageDependencyVersion
, packageManifestDependencies