aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Detail.hs
blob: f00a7ebb145afac9087aa832bc2b1dfa2d69bfdd (plain)
1
2
3
4
5
6
7
module Model.Detail
  ( Detail(..)
  ) where

data Detail = Detail
  { description :: Maybe String
  } deriving (Eq, Read, Show)