haskdogs 0.4.1 → 0.4.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- haskdogs.cabal +1/−1
- src/Main.hs +2/−2
haskdogs.cabal view
@@ -1,5 +1,5 @@ Name: haskdogs-Version: 0.4.1+Version: 0.4.2 Synopsis: Generate tags file for Haskell project and its nearest deps Homepage: http://github.com/grwlf/haskdogs License: BSD3
src/Main.hs view
@@ -215,11 +215,11 @@ dirs <- readDirFile ss_local <- (++) <$> readSourceFile <*> findSources dirs when (null ss_local) $ do- fail $ "haskdogs were not able to find any sources in " <> (intercalate ", " dirs)+ fail $ "Haskdogs were not able to find any sources in " <> (intercalate ", " dirs) ss_l1deps <- findModules ss_local >>= inames2modules >>= unpackModules >>= findSources return $ ss_local ++ ss_l1deps runp "hasktags" (cli_hasktags_args ++ files) []- return ()+ putStrLn "\nSuccess" {- _real_main_ -} gentags