chore: move Utils.Exam to Utils.Exam.Correct

This commit is contained in:
Sarah Vaupel 2020-08-17 11:29:48 +02:00
parent 6244a250ee
commit f2e6435a03
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import Database.Persist.Sql (transactionUndo)
import Handler.Utils
import Handler.Utils.Exam (fetchExam)
import Utils.Exam
import Utils.Exam.Correct
-- | Minimum length of a participant identifier. Identifiers that are shorter would result in too many query results and are therefor rejected.

View File

@ -15,7 +15,7 @@ import Handler.Utils
import Handler.Utils.ExternalExam
import Handler.Utils.Users
import Utils.Exam
import Utils.Exam.Correct
-- | Minimum length of a participant identifier. Identifiers that are shorter would result in too many query results and are therefor rejected.

View File

@ -1,4 +1,4 @@
module Utils.Exam
module Utils.Exam.Correct
( CorrectInterfaceRequest(..)
, CorrectInterfaceResponse(..), ciResponseStatus
, CorrectInterfaceUser(..), userToResponse