codex 0.0.1.5 → 0.0.1.6
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- codex.cabal +1/−1
- src/Codex.hs +1/−1
codex.cabal view
@@ -1,5 +1,5 @@ name: codex-version: 0.0.1.5+version: 0.0.1.6 synopsis: A ctags file generator for cabal project dependencies. description: This tool download and cache the source code of packages in your local hackage,
src/Codex.hs view
@@ -93,7 +93,7 @@ tags :: Codex -> PackageIdentifier -> Action FilePath tags cx i = do- tryIO . createProcess $ shell command+ tryIO $ system command return tags where sources = packageSources cx i tags = packageTags cx i