summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal04/Library.hs
blob: e21ed20bdfffb5390e64ca925c4815f7b20d2dec (plain)
1
2
3
4
5
6
 {-# LANGUAGE TemplateHaskell #-}
 module Library where

import TH

main = print ($(spliceMe) [1, 2])