8000 Removed documtation section from readme · LumiGuide/haskell-opencv@5668244 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5668244

Browse files
authored
Removed documtation section from readme
The documentation is now available via hackage.
1 parent 4829fec commit 5668244

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ library.
1515
The library is far from complete but the framework is there to easily bind
1616
missing functionality.
1717

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-
2618
Test Coverage
2719
-------------
2820

@@ -52,14 +44,13 @@ Development
5244

5345
We use Nix to enter an environment containing all the needed dependencies. For
5446
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.
5648

5749
curl https://nixos.org/nix/install | sh # Only execute this if you haven't installed Nix yet.
5850
nix-shell
5951

6052
Then you should be able to use `cabal` as normal.
6153

62-
6354
Contributing
6455
------------
6556

@@ -83,7 +74,6 @@ then run `cabal test`, now your Haddock documentation will include a nice
8374
picture with the output of your program. Not only that, but your example program
8475
will at the same time function as a test for the function you just documented!
8576

86-
8777
Policies
8878
--------
8979

0 commit comments

Comments
 (0)
0