Make simple yesod project
This commit is contained in:
parent
b17c5d9d3d
commit
bd9586148c
4 changed files with 26 additions and 6 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
|
||||
module Main where
|
||||
|
||||
import Props
|
||||
import Yesod
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn helloWorld
|
||||
main = warp 3000 App
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue