Separating "yesod init" commit from others in order to be clearer what changes were made to the scaffold. [ci skip]
6 lines
83 B
Haskell
6 lines
83 B
Haskell
import Prelude (IO)
|
|
import Application (appMain)
|
|
|
|
main :: IO ()
|
|
main = appMain
|