We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b1b63 commit df3e956Copy full SHA for df3e956
2 files changed
changelog
@@ -0,0 +1,6 @@
1
+-*-change-log-*-
2
+
3
+0.2.0 February 2015
4
+ * Added support for binary diffs. Note this is a breaking change. Calls to fileDeltaHunks need to be replaced with calls to fileDeltaContent.
5
6
+0.1.2 Initial release
diff-parse.cabal
@@ -1,5 +1,5 @@
Name: diff-parse
-Version: 0.1.2
+Version: 0.2.0
Author: Gabe Mulley <gabe@edx.org>
Maintainer: Gabe Mulley <gabe@edx.org>
Category: Parsing
@@ -9,6 +9,7 @@ Synopsis: A parser for diff file formats
9
Description: Parse output produced by git diff.
10
Cabal-Version: >= 1.18
11
Build-Type: Simple
12
+Extra-Source-Files: changelog
13
14
Library
15
Default-Language: Haskell2010
0 commit comments