packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T10970a.hs

{-# LANGUAGE CPP #-}
main = do
#ifndef VERSION_containers
    putStrLn "OK"
#endif
#ifndef MIN_VERSION_base
    putStrLn "OK"
#endif