cli-git 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: megaparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cli-git.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cli-git +## 0.1.0.2++* Update megaparsec version bounds+ ## 0.1.0.1 * Add readme
cli-git.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: cli-git-version: 0.1.0.1+version: 0.1.0.2 license: BSD3 license-file: LICENSE copyright: Obsidian Systems LLC 2020@@ -26,7 +26,7 @@ , exceptions >=0.10.3 && <0.11 , lens >=4.17.1 && <4.20 , logging-effect >=1.3.4 && <1.4- , megaparsec >=7.0.5 && <7.1+ , megaparsec >=7.0.5 && <9.1 , mtl >=2.2.2 && <2.3 , text >=1.2.3.1 && <1.3