haskell-beam / haskell-beam/beam
Module re-export in pagila example
Open
enhancement
- Dominant language
- Haskell
- Stars
- 635
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
According to [this](https://stackoverflow.com/questions/3207647/ghc-refuses-to-export-qualified-modules) question this code
https://github.com/haskell-beam/beam/blob/4ed616fdd9f0431a8ce634733bd6d43fed05b173/beam-postgres/examples/Pagila/Schema/V0002.hs#L7-L13
re-exports nothing from V0001 module, thus we have no access to datatypes that are declared in V0001 wherever we import `Pagila.Schema` module
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.