diff options
Diffstat (limited to 'common/src/Common/Model/Frequency.hs')
| -rw-r--r-- | common/src/Common/Model/Frequency.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/src/Common/Model/Frequency.hs b/common/src/Common/Model/Frequency.hs index 7c46605..085163d 100644 --- a/common/src/Common/Model/Frequency.hs +++ b/common/src/Common/Model/Frequency.hs @@ -4,8 +4,8 @@ module Common.Model.Frequency    ( Frequency(..)    ) where -import Data.Aeson (FromJSON, ToJSON) -import GHC.Generics (Generic) +import           Data.Aeson   (FromJSON, ToJSON) +import           GHC.Generics (Generic)  data Frequency =    Punctual | 
