Skip to content

Commit

Permalink
Upgrade to Diff 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peaker committed Jan 7, 2020
1 parent 987261e commit 76a6aac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Since 1.0.6

* Upgrade Diff dependency to 0.4

# Since 1.0.5

* Allow merging a specific file
Expand Down
4 changes: 2 additions & 2 deletions git-mediate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- further documentation, see http://haskell.org/cabal/users-guide/

name: git-mediate
version: 1.0.6
version: 1.0.7
synopsis: Tool to help resolving git conflicts
description: Git conflict resolution has never been easier
.
Expand Down Expand Up @@ -78,7 +78,7 @@ executable git-mediate
, process >=1.2
, filepath >=1.3
, unix-compat >=0.4.2.0
, Diff >=0.3
, Diff >=0.4
, ansi-terminal >=0.6.2
, optparse-applicative >=0.11 && <0.15
hs-source-dirs: src
Expand Down
2 changes: 1 addition & 1 deletion src/PPDiff.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module PPDiff
, ppDiff
) where

import Data.Algorithm.Diff (Diff(..))
import Data.Algorithm.Diff (Diff, PolyDiff(..))
import System.Console.ANSI

data ColorEnable = EnableColor | DisableColor
Expand Down

0 comments on commit 76a6aac

Please sign in to comment.