packages feed

ghc-exactprint-1.14.0.0: tests/examples/failing/T10970a.hs.bad

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