Skip to content

Commit 893fad4

Browse files
committed
Added CHANGELOGs
1 parent 18b71bb commit 893fad4

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

opencv-extra/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 0.0.0.1 - 2017-06-20
2+
3+
### Changed
4+
5+
- Fix build on OS X.
6+
- Add source repo to cabal file.
7+
- Added a Cabal package description.
8+
9+
## 0.0.0.0 - 2017-06-11
10+
11+
- Initial version

opencv-extra/opencv-extra.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: opencv-extra
2-
version: 0.0.0.0
2+
version: 0.0.0.1
33
homepage: https://github.com/LumiGuide/haskell-opencv
44
bug-reports: https://github.com/LumiGuide/haskell-opencv/issues
55
license: BSD3
@@ -19,6 +19,9 @@ description: This is a Haskell library providing a binding to the OpenCV-3.x c
1919
Make sure to checkout the
2020
<https://github.com/LumiGuide/haskell-opencv/tree/master/opencv-extra-examples opencv-extra-examples>.
2121

22+
extra-source-files:
23+
CHANGELOG.md
24+
2225
extra-doc-files:
2326
doc/generated/*.png
2427
doc/generated/examples/*.png

opencv/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 0.0.1.0 - 2017-06-20
2+
3+
### Added
4+
5+
- OpenCV.Calib3d: findHomography.
6+
- OpenCV.Core.ArrayOps: hconcat, vconcat.
7+
- include/hsc_macros.hpp: #alignof macro.
8+
9+
### Changed
10+
11+
- Fix build on OS X.
12+
- Add source repo to cabal file.
13+
- Reference opencv-extra and the examples from the Cabal package description.
14+
15+
16+
## 0.0.0.0 - 2017-06-11
17+
18+
- Initial version

opencv/opencv.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: opencv
2-
version: 0.0.0.0
2+
version: 0.0.1.0
33
homepage: https://github.com/LumiGuide/haskell-opencv
44
bug-reports: https://github.com/LumiGuide/haskell-opencv/issues
55
license: BSD3
@@ -23,6 +23,7 @@ description: This is a Haskell library providing a binding to OpenCV-3.x.
2323
<https://github.com/LumiGuide/haskell-opencv/tree/master/opencv-examples opencv-examples>.
2424

2525
extra-source-files:
26+
CHANGELOG.md
2627
data/*.png
2728
data/*.jpg
2829

0 commit comments

Comments
 (0)