Skip to content

Commit 35954a2

Browse files
authored
Merge pull request #10 from andreasabel/add-CHANGELOG-to-cabal-file
Add `CHANGELOG.md` to `Diff.cabal`, fix formatting in `CHANGELOG.md`. Thanks Andreas.
2 parents 936a2b5 + 69899dd commit 35954a2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# 0.5
22

3-
- Bring space complexity down to D^2 (Bodigrim)
4-
- Add Bifunctor instance (Jonathan King.) Requires base >= 4.8.
5-
- Fix for the grouped context diff. It was omitting all trailing
6-
context.
7-
- Allow unlimited number of context elements (getContextDiffNew)
3+
- Bring space complexity down to D^2 (Bodigrim).
4+
- Add `Bifunctor` instance (Jonathan King). Requires `base` >= 4.8.
5+
- Fix for the grouped context diff. It was omitting all trailing contexts.
6+
- Allow unlimited number of context elements (`getContextDiffNew`).
87

98
# 0.4
109

11-
- Generalize `Diff a` to `PolyDiff a b`. `Diff` has been replaced with
12-
a specialized synonym `type Diff a = PolyDiff a a`, but it's still not
13-
backward compatible if you imported `Diff(..)`.
10+
- Generalize `Diff a` to `PolyDiff a b`.
11+
`Diff` has been replaced with a specialized synonym `type Diff a = PolyDiff a a`,
12+
but it's still not backward compatible if you imported `Diff(..)`.

Diff.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Cabal-Version: 1.18
12
name: Diff
23
version: 0.5
34
synopsis: Diff algorithm in pure Haskell
@@ -15,7 +16,8 @@ Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GH
1516
GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.8, GHC == 9.4.7,
1617
GHC == 9.6.3, GHC == 9.8.1
1718
Build-Type: Simple
18-
Cabal-Version: >= 1.10
19+
20+
extra-doc-files: CHANGELOG.md
1921

2022
library
2123
default-language: Haskell2010

0 commit comments

Comments
 (0)