ghcup 0.1.17.8 → 0.1.17.9
raw patch · 2 files changed
+1/−8 lines, 2 files
Files
- ghcup.cabal +1/−1
- lib/GHCup/Utils/File/Common.hs +0/−7
ghcup.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup-version: 0.1.17.8+version: 0.1.17.9 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020
lib/GHCup/Utils/File/Common.hs view
@@ -109,10 +109,3 @@ checkFileAlreadyExists :: (MonadIO m) => FilePath -> m Bool checkFileAlreadyExists fp = liftIO $ doesFileExist fp---mergeFileTree :: [FilePath] -> FilePath -> IO ()-mergeFileTree source dest =---