cab 0.2.8 → 0.2.9
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Distribution/Cab/Commands.hs +1/−1
- cab.cabal +1/−1
Distribution/Cab/Commands.hs view
@@ -76,7 +76,7 @@ forM_ pkgs $ \p -> case M.lookup (nameOfPkgInfo p) verDB of Nothing -> return () Just ver -> when (verOfPkgInfo p /= ver) $- putStrLn $ fullNameOfPkgInfo p ++ " < " ++ verToString ver+ putStrLn $ fullNameOfPkgInfo p ++ " /= " ++ verToString ver getDB :: [Option] -> IO PkgDB getDB opts
cab.cabal view
@@ -1,5 +1,5 @@ Name: cab-Version: 0.2.8+Version: 0.2.9 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3