Skip to content

Commit 77fe12a

Browse files
committed
Fix test with vector >= 0.13.2
1 parent f019aeb commit 77fe12a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Data/StoreSpec.hs

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ $(do let ns = [ ''UV.DoNotUnboxLazy, ''UV.DoNotUnboxStrict, ''UV.DoNotUnboxNorma
187187
f n = [d| instance (Monad m, Serial m a) => Serial m ($(conT n) a) |]
188188
concat <$> mapM f ns)
189189

190+
deriving instance Generic (UV.DoNotUnboxLazy a)
191+
deriving instance Generic (UV.DoNotUnboxNormalForm a)
192+
deriving instance Generic (UV.DoNotUnboxStrict a)
193+
190194
deriving instance Eq a => Eq (UV.DoNotUnboxLazy a)
191195
deriving instance Eq a => Eq (UV.DoNotUnboxNormalForm a)
192196
deriving instance Eq a => Eq (UV.DoNotUnboxStrict a)

0 commit comments

Comments
 (0)