fix build

This commit is contained in:
SJost 2018-12-05 14:51:14 +01:00
parent 6c2f5d2f7a
commit 3080cac2f3

View File

@ -139,8 +139,8 @@ data SheetGradeSummary = SheetGradeSummary
, numGradePasses :: Sum Int
, sumGradePoints :: Sum Points
, achievedPasses :: Maybe (Sum Int)
, achievedPoints :: Maybe (Sum Points)
} deriving (Generic, Read, Show, Eq)
} deriving (Generic, Show) -- TODO: Show added for Debugging only
instance Monoid SheetGradeSummary where
mempty = memptydefault