codex 0.4.0.4 → 0.4.0.6
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~codexPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: codex
API changes (from Hackage documentation)
Files
- codex.cabal +2/−2
- codex/Main.hs +2/−0
codex.cabal view
@@ -1,5 +1,5 @@ name: codex-version: 0.4.0.4+version: 0.4.0.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,@@ -77,7 +77,7 @@ , transformers , wreq , yaml - , codex == 0.4.0.4+ , codex == 0.4.0.6 source-repository head type: git
codex/Main.hs view
@@ -143,6 +143,8 @@ case ec of ExitSuccess -> do globalPath <- readStackPath "global-stack-root"+ binPath <- readStackPath "bin-path"+ setEnv "PATH" binPath return (Stack, cx' { hackagePath = globalPath </> "indices" </> "Hackage" }) _ -> return (Cabal, cx')