b9 0.3.0 → 0.3.1
raw patch · 3 files changed
+3/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ B9.B9Config: defaultRepositoryCache :: SystemPath
Files
- b9.cabal +1/−1
- src/lib/B9/B9Config.hs +1/−0
- src/lib/B9/B9Monad.hs +1/−1
b9.cabal view
@@ -1,5 +1,5 @@ name: b9-version: 0.3.0+version: 0.3.1 synopsis: A tool and library for building virtual machine images.
src/lib/B9/B9Config.hs view
@@ -5,6 +5,7 @@ -} module B9.B9Config ( B9Config(..) , defaultB9ConfigFile+ , defaultRepositoryCache , defaultB9Config , getB9ConfigFile , writeB9Config
src/lib/B9/B9Monad.hs view
@@ -61,7 +61,7 @@ where run' buildId now buildDir = do -- Check repositories- repoCache <- initRepoCache (maybe defaultB9ConfigFile id (repositoryCache cfg))+ repoCache <- initRepoCache (maybe defaultRepositoryCache id (repositoryCache cfg)) let remoteRepos = getConfiguredRemoteRepos cfgParser remoteRepos' <- mapM (initRemoteRepo repoCache) remoteRepos let ctx = BuildState