diff options
Diffstat (limited to 'src/Model/School.hs')
-rw-r--r-- | src/Model/School.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Model/School.hs b/src/Model/School.hs deleted file mode 100644 index cb10ed9..0000000 --- a/src/Model/School.hs +++ /dev/null @@ -1,13 +0,0 @@ -{-# LANGUAGE DeriveGeneric #-} - -module Model.School where - -import GHC.Generics -import Data.Yaml - -data School = School - { name :: String - , location :: Maybe String - } deriving (Show, Read, Eq, Generic) - -instance FromJSON School |