Skip to content

Commit 6da586f

Browse files
committed
Make sure the types show up in haddock
1 parent 29a3924 commit 6da586f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/SDL/Vect.hs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
-- This is useful if one does not want to incur the 'lens' dependency.
88
module SDL.Vect
99
( module Vect
10+
11+
-- * Vectors
12+
, V2 (..)
13+
, V3 (..)
14+
, V4 (..)
15+
16+
-- * Point
17+
, Point (..)
1018
) where
1119

1220
#if defined(nolinear)

0 commit comments

Comments
 (0)