codex 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- codex.cabal +2/−2
codex.cabal view
@@ -1,5 +1,5 @@ name: codex-version: 0.0.1.1+version: 0.0.1.2 synopsis: Code Explorer for Cabal description: This tool download and cache the source code of packages in your local hackage,@@ -26,7 +26,7 @@ Codex.Internal Distribution.Hackage.Utils build-depends: - base >=4.7 && <4.8+ base >=4.6 && <4.8 , bytestring , Cabal >= 1.19 , containers