packages feed

purescript-0.14.0: tests/purs/passing/ReExportsExported/C.purs

module C (module B) where

-- | `A.a` was re-exported from `B` and then again from `C`
import B