packages feed

patat-0.13.0.0: tests/golden/Main.hs

import Goldplate   (Options (..), defaultOptions, mainWith)
import System.Exit (exitWith)

main :: IO ()
main = mainWith options >>= exitWith
  where
    options = defaultOptions
        { oPrettyDiff = True, oPaths = ["tests/golden"] }