importify-1.0: Tool for haskell imports refactoring

Safe HaskellNone
LanguageHaskell2010

Importify.Main.Cache

Description

Contains implementation of importify cache command.

Synopsis

Documentation

importifyCacheList :: NonEmpty Text -> RIO CacheEnvironment () Source #

This function takes list of explicitly specified dependencies with versions and caches only them under .importify folder inside current directory ignoring .cabal file for project. This function doesn't update mapping from module paths.

importifyCacheProject :: RIO CacheEnvironment () Source #

Caches packages information into local .importify directory by reading this information from package-name.cabal file.