cabal-cache 1.0.0.4 → 1.0.0.5
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
cabal-cache.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2 name: cabal-cache-version: 1.0.0.4+version: 1.0.0.5 synopsis: CI Assistant for Haskell projects description: CI Assistant for Haskell projects. Implements package caching. homepage: https://github.com/haskell-works/cabal-cache
src/App/Commands/SyncToArchive.hs view
@@ -108,7 +108,6 @@ IO.pooledForConcurrentlyN_ (opts ^. the @"threads") packages $ \pInfo -> do earlyExit <- STM.readTVarIO tEarlyExit- CIO.putStrLn $ "Stuff" unless earlyExit $ do let archiveFileBasename = packageDir pInfo <.> ".tar.gz" let archiveFile = versionedArchiveUri </> T.pack archiveFileBasename