chore: fix build

This commit is contained in:
Gregor Kleen 2019-10-01 19:58:07 +02:00
parent aa93b75e00
commit e5ba60d608

View File

@ -65,6 +65,10 @@ instance Arbitrary ExamOfficeR where
arbitrary = genericArbitrary
shrink = genericShrink
instance Arbitrary CourseNewsR where
arbitrary = genericArbitrary
shrink = genericShrink
instance Arbitrary (Route UniWorX) where
arbitrary = genericArbitrary
shrink = genericShrink