Separating "yesod init" commit from others in order to be clearer what changes were made to the scaffold. [ci skip]
7 lines
156 B
Haskell
7 lines
156 B
Haskell
{-# LANGUAGE PackageImports #-}
|
|
import "serversession-example-yesod-persistent" Application (develMain)
|
|
import Prelude (IO)
|
|
|
|
main :: IO ()
|
|
main = develMain
|