Skip to content

Commit d1beaca

Browse files
committed
Fix formatting of package description on hackage
1 parent 3db0c45 commit d1beaca

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

cuda/cuda.cabal

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ Description:
99
of bindings to allow you to call and control, although not write, such
1010
functions from Haskell-land. You will need to install the CUDA driver and
1111
developer toolkit.
12-
12+
.
1313
<http://developer.nvidia.com/cuda-downloads>
14-
14+
.
1515
The setup script will look for your CUDA installation by checking, in the
1616
following order:
17-
17+
.
1818
1. The @CUDA_PATH@ environment variable
19-
19+
.
2020
2. Searching for @nvcc@ on the @PATH@
21-
21+
.
2222
3. Checking at @\/usr\/local\/cuda@
23-
23+
.
2424
4. Environment variables of the form @CUDA_PATH_Vx_y@ (deprecated)
25-
25+
.
2626
This library provides bindings to the CUDA Driver API, not the Runtime API.
2727
To get started, see "Foreign.CUDA.Driver"; a short tutorial is available
2828
there.
29-
29+
.
3030
Tested with library versions up to and including CUDA-13.0.
31-
31+
.
3232
[/NOTES:/]
33-
33+
.
3434
For additional notes on installing on Windows, see:
35-
35+
.
3636
* <https://github.com/tmcdonell/cuda/blob/master/WINDOWS.md>
37-
37+
.
3838
This library is currently in __maintenance mode__. While we are happy to
3939
release updates to keep the existing interface working with newer CUDA
4040
versions (as long as the underlying APIs remain available), no binding of

0 commit comments

Comments
 (0)