Skip to content

Commit 6c3c981

Browse files
committed
added missing imports
1 parent dc6581f commit 6c3c981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Tests/Vector.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ import System.Random (Random)
2424
import Data.Functor.Identity
2525
import Control.Monad.Trans.Writer
2626

27+
#if MIN_VERSION_base(4,4,0)
28+
import Control.Monad.Zip
29+
#endif
30+
2731
#define COMMON_CONTEXT(a, v) \
2832
VANILLA_CONTEXT(a, v), VECTOR_CONTEXT(a, v)
2933

0 commit comments

Comments
 (0)