{-|
Module      : DataForecast.Prelude
Description : Custom prelude for DataForecast library based on Protolude.

For more information on Protolude see
https://github.com/sdiehl/protolude/blob/master/Symbols.md.
-}
module DataForecast.Prelude
    ( module Protolude
    , module Data.Default
    ) where

import Protolude
import Data.Default