packages feed

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

-- @shouldFailWith ScopeConflict
-- Fails here because re-exporting forces any scope conflicts to be resolved
module Main (module A, module B) where

  import A
  import B