codex 0.2.0.2 → 0.2.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~codexdep ~machines-directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: codex, machines-directory
API changes (from Hackage documentation)
Files
- codex.cabal +3/−3
codex.cabal view
@@ -1,5 +1,5 @@ name: codex-version: 0.2.0.2+version: 0.2.0.3 synopsis: A ctags file generator for cabal project dependencies. description: This tool download and cache the source code of packages in your local hackage,@@ -38,7 +38,7 @@ , filepath >= 1.3.0.1 && < 1.4 , hackage-db >= 1.8 && < 1.9 , machines >= 0.2 && < 0.3- , machines-directory >= 0.0 && < 0.1+ , machines-directory >= 0.0.0.2 && < 0.1 , MissingH >= 1.2.1.0 && < 1.3 , process >= 1.1.0.2 && < 1.3 , tar >= 0.4.0.1 && < 0.5@@ -66,7 +66,7 @@ , MissingH , monad-loops >= 0.4.2 && < 0.5 , yaml >= 0.8.8.3 && < 0.9- , codex == 0.2.0.2+ , codex == 0.2.0.3 -- Have to fix it otherwise `Backjump limit reached` , transformers == 0.3.0.0 -- Have to bound it otherwise fail compile with version 0.4