summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T10970.hs
blob: a3eb5b757dc2d1f6bed3a20df061741a027358e9 (plain)
1
2
3
4
5
6
{-# LANGUAGE CPP #-}
main = do
    putStrLn ("containers-" ++ VERSION_containers)
#if MIN_VERSION_base(3,0,0)
    putStrLn "OK"
#endif