packages feed

hoogle-index 0.4.1 → 0.4.2

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

Main.hs view
@@ -79,7 +79,8 @@                ))            <*> optional                ( subparser-                 (command "hoogle" (info (HoogleCall <$> (some (argument str (metavar "ARGS...")))) (progDesc"Run Hoogle with proper sandboxing options")) +                 (command "hoogle" (info (HoogleCall <$> (some (argument str (metavar "ARGS..."))))+                                         (progDesc"Run Hoogle with proper sandboxing options" <> noIntersperse))                  )                ) 
hoogle-index.cabal view
@@ -1,5 +1,5 @@ name:                hoogle-index-version:             0.4.1+version:             0.4.2 synopsis:            Easily generate Hoogle indices for installed packages description:     'hoogle-index' is a small utility for generating indicies for local