Skip to content

Commit 69ec371

Browse files
committed
Cleaner haddock description for SDL.Vect
1 parent bce46f3 commit 69ec371

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/SDL/Vect.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
-- By default, re-exports the "Linear" and "Linear.Affine" modules from the
66
-- 'linear' package. With the @no-linear@ Cabal flag, instead exports a
77
-- duplicate implementation of the 'V2', 'V3', 'V4' and 'Point' types from
8-
-- "SDL.Internal.Vect". This implementation provides as many instances as
9-
-- possible for those types while avoiding any additional dependencies,
10-
-- including the transient dependency on 'lens' and Template Haskell incurred
11-
-- by 'linear' itself.
8+
-- "SDL.Internal.Vect", which provides as many instances as possible for those
9+
-- types while avoiding any additional dependencies.
1210
module SDL.Vect
1311
( module Vect
1412
-- * Point

0 commit comments

Comments
 (0)