Skip to content

Commit

Permalink
fix: example after deriving clauses changes
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Sep 7, 2024
1 parent 70b62fb commit ece2d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/Tweet.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TypeApplications #-}
{-# OPTIONS_GHC -Wno-deprecations #-}

module Main
Expand Down

0 comments on commit ece2d57

Please sign in to comment.