1 2 3 4 5 6
{-# LANGUAGE CPP #-} main = do putStrLn VERSION_containers #if MIN_VERSION_base(3,0,0) putStrLn "OK" #endif