File tree Expand file tree Collapse file tree 4 files changed +35
-2
lines changed Expand file tree Collapse file tree 4 files changed +35
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
name : opencv-extra
2
- version : 0.0.0.0
2
+ version : 0.0.0.1
3
3
homepage : https://github.com/LumiGuide/haskell-opencv
4
4
bug-reports : https://github.com/LumiGuide/haskell-opencv/issues
5
5
license : BSD3
@@ -19,6 +19,9 @@ description: This is a Haskell library providing a binding to the OpenCV-3.x c
19
19
Make sure to checkout the
20
20
<https://github.com/LumiGuide/haskell-opencv/tree/master/opencv-extra-examples opencv-extra-examples> .
21
21
22
+ extra-source-files :
23
+ CHANGELOG.md
24
+
22
25
extra-doc-files :
23
26
doc/generated/*.png
24
27
doc/generated/examples/*.png
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
name : opencv
2
- version : 0.0.0 .0
2
+ version : 0.0.1 .0
3
3
homepage : https://github.com/LumiGuide/haskell-opencv
4
4
bug-reports : https://github.com/LumiGuide/haskell-opencv/issues
5
5
license : BSD3
@@ -23,6 +23,7 @@ description: This is a Haskell library providing a binding to OpenCV-3.x.
23
23
<https://github.com/LumiGuide/haskell-opencv/tree/master/opencv-examples opencv-examples> .
24
24
25
25
extra-source-files :
26
+ CHANGELOG.md
26
27
data/*.png
27
28
data/*.jpg
28
29
You can’t perform that action at this time.
0 commit comments