packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ExpandSynsFail1.hs

type Foo = Int
type Bar = Bool

main = print $ (1 :: Foo) == (False :: Bar)