File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ library.
15
15
The library is far from complete but the framework is there to easily bind
16
16
missing functionality.
17
17
18
-
19
- Documentation
20
- -------------
21
-
22
- [ Haddock documentation] ( http://lumiguide.github.io/haskell-opencv/doc/index.html ) .
23
-
24
- (The project hasn't been released to Hackage yet so you won't find any documentation there).
25
-
26
18
Test Coverage
27
19
-------------
28
20
@@ -52,14 +44,13 @@ Development
52
44
53
45
We use Nix to enter an environment containing all the needed dependencies. For
54
46
the moment the following commands only work on Linux. The Nix expression for
55
- OpenCV currently fails to build on OS X.
47
+ opencv-extra currently fails to build on OS X.
56
48
57
49
curl https://nixos.org/nix/install | sh # Only execute this if you haven't installed Nix yet.
58
50
nix-shell
59
51
60
52
Then you should be able to use ` cabal ` as normal.
61
53
62
-
63
54
Contributing
64
55
------------
65
56
@@ -83,7 +74,6 @@ then run `cabal test`, now your Haddock documentation will include a nice
83
74
picture with the output of your program. Not only that, but your example program
84
75
will at the same time function as a test for the function you just documented!
85
76
86
-
87
77
Policies
88
78
--------
89
79
You can’t perform that action at this time.
0 commit comments