git-mediate 1.0.2 → 1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- git-mediate.cabal +2/−2
git-mediate.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: git-mediate-version: 1.0.2+version: 1.0.3 synopsis: Remove trivial conflict markers in a git repository description: Remove trivial conflict markers in a git repository homepage: https://github.com/Peaker/git-mediate@@ -41,6 +41,6 @@ , unix >=2.7 , Diff >=0.3 , ansi-terminal >=0.6.2- , optparse-applicative >=0.11 && <0.14+ , optparse-applicative >=0.11 && <0.15 -- hs-source-dirs: default-language: Haskell2010