Skip to content

Commit f5833e5

Browse files
committed
Fix cabal description
Rendering of Description field was changed as some point and as of 3.0 version it uses haddock and trick with placing . strategically is no longer needed Fixes #528
1 parent 8943433 commit f5833e5

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

vector/vector.cabal

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,26 @@ Bug-Reports: https://github.com/haskell/vector/issues
2020
Category: Data, Data Structures
2121
Synopsis: Efficient Arrays
2222
Description:
23-
.
2423
An efficient implementation of @Int@-indexed arrays (both mutable
2524
and immutable), with a powerful loop optimisation framework .
26-
.
25+
2726
It is structured as follows:
28-
.
27+
2928
["Data.Vector"] Boxed vectors of arbitrary types.
30-
.
29+
3130
["Data.Vector.Unboxed"] Unboxed vectors with an adaptive
3231
representation based on data type families.
33-
.
32+
3433
["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.
35-
.
34+
3635
["Data.Vector.Primitive"] Unboxed vectors of primitive types as
3736
defined by the @primitive@ package. "Data.Vector.Unboxed" is more
3837
flexible at no performance cost.
39-
.
38+
4039
["Data.Vector.Generic"] Generic interface to the vector types.
41-
.
40+
4241
There is also a (draft) tutorial on common uses of vector.
43-
.
42+
4443
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
4544

4645
Tested-With:

0 commit comments

Comments
 (0)