Fix build

This commit is contained in:
Gregor Kleen 2018-11-30 22:03:57 +01:00
parent 02fa501c63
commit c28c823082

View File

@ -163,7 +163,7 @@ data SheetType
| Bonus { grading :: SheetGrading }
| Informational { grading :: SheetGrading }
| NotGraded
deriving (Eq, Read, Show)
deriving (Eq, Read, Show, Generic)
deriveJSON defaultOptions
{ constructorTagModifier = camelToPathPiece