summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/T20688.hs
blob: 53d859c4e8a0612cea6d7cdc8640afede33518cc (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DeriveLift #-}
module T20688 where

import Language.Haskell.TH.Syntax

data Foo = Foo Int Bool
  deriving (Lift, Show)