Skip to content

Commit 8a63f92

Browse files
committed
Fixed warning in Data/Vector/Generic/Mutable/Base.hs
- Unused Data.Vector.Internal.Check from vector.h
1 parent 2120750 commit 8a63f92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Data/Vector/Generic/Mutable/Base.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ module Data.Vector.Generic.Mutable.Base (
1717

1818
import Control.Monad.Primitive ( PrimMonad, PrimState )
1919

20+
-- Data.Vector.Internal.Check is unused
21+
#define NOT_VECTOR_MODULE
2022
#include "vector.h"
2123

2224
-- | Class of mutable vectors parametrised with a primitive state token.

0 commit comments

Comments
 (0)