Skip to content

Commit

Permalink
fix(example): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Dec 29, 2023
1 parent 66c1729 commit 2334107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Tweet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Main
where

import Control.Monad.IO.Class (liftIO)
import Data.Aeson (FromJSON (..), Value, object, (.=))
import Data.Aeson (FromJSON (..), ToJSON (..), Value, object, (.=))
import Data.List.NonEmpty (NonEmpty (..))
import Data.Text (Text)
import Data.Time.Calendar (Day (..))
Expand Down

0 comments on commit 2334107

Please sign in to comment.