Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxf committed Mar 4, 2021
1 parent b06e2f3 commit 52cc822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Canvas.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}

module Canvas where
module Canvas (Folder(..),File(..),Assignment(..),Course(..),canvCourses,canvFiles,canvAssignments,filestructure,addFiles,sortFolders,foldersToTree,folderToTree,fileToTree,filesToTree) where
import Data.Data

import Data.Maybe
Expand Down

0 comments on commit 52cc822

Please sign in to comment.