packages feed

purescript-0.15.15: tests/purs/failing/ExportExplicit.purs

-- @shouldFailWith UnknownExport
-- should fail as z does not exist in the module
module M1 (x, y, z) where

import Prelude

x = 1
y = 2