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 11name : opencv-extra
2- version : 0.0.0.0
2+ version : 0.0.0.1
33homepage : https://github.com/LumiGuide/haskell-opencv
44bug-reports : https://github.com/LumiGuide/haskell-opencv/issues
55license : 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+
2225extra-doc-files :
2326 doc/generated/*.png
2427 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 11name : opencv
2- version : 0.0.0 .0
2+ version : 0.0.1 .0
33homepage : https://github.com/LumiGuide/haskell-opencv
44bug-reports : https://github.com/LumiGuide/haskell-opencv/issues
55license : 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
2525extra-source-files :
26+ CHANGELOG.md
2627 data/*.png
2728 data/*.jpg
2829
You can’t perform that action at this time.
0 commit comments