packages feed

cdeps 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

app/Main.hs view
@@ -31,7 +31,7 @@     <> cCompletions)  run :: Command -> IO ()-run (Dump cSrc is) = (mapM_ putStrLn <=< getCDepends is) cSrc+run (Dump cSrc is) = (mapM_ putStrLn <=< getAll is) cSrc  versionInfo :: Parser (a -> a) versionInfo = infoOption ("cdeps version: " ++ showVersion version) (short 'V' <> long "version" <> help "Show version")
cdeps.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: cdeps-version: 0.1.1.0+version: 0.1.1.1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale