I often move Application.hs to MyApp/Application.hs (and change the
module name as needed) which would result in yesod-bin printing a
warning about a missing Application.hs.
The code should now accept any file named Application.hs (either in
the top level source directory or somewhere in the tree.