Perform a wildcard module import on a directory?

If I have a bunch of modules in a directory called Views, I'd like to import them all with import Views.*. Instead, as far as I can tell the current haskell idiom is to create a file Views.hs that