summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T1830_2.hs
blob: 5720aa7f64c4fe84f4ce04aed89736489200b7fe (plain)
1
2
3
4
5
6
{-# LANGUAGE DeriveLift #-}
module T1830_2 where

import Language.Haskell.TH.Syntax (Lift)

data Nothing deriving Lift