dockercook-0.4.0.0: A build tool for multiple docker image layers

Safe HaskellNone
LanguageHaskell98

Cook.State.Manager

Documentation

data HashManager Source

Constructors

HashManager 

Fields

hm_lookup :: forall m. MonadIO m => FilePath -> m SHA1 -> m SHA1
 
hm_didFileChange :: forall m. MonadIO m => FilePath -> m Bool
 

fastFileHash :: forall m. MonadIO m => HashManager -> FilePath -> m SHA1 -> m SHA1 Source