packages feed

ghc-exactprint-0.2: tests/examples/RecordUpdate.hs

data Foo = F { f1 :: Int, f2 :: String }

foo :: Int -> Foo -> Foo
foo v f = f { f1 = v }