packages feed

purescript-0.12.0: tests/purs/failing/TransitiveSynonymExport.purs

-- @shouldFailWith TransitiveExportError
module Main (Y()) where

type X = Int
type Y = X