Make simple yesod project

This commit is contained in:
Joscha 2020-11-24 22:56:50 +00:00
parent b17c5d9d3d
commit bd9586148c
4 changed files with 26 additions and 6 deletions

View file

@ -1,6 +1,10 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-}
module Main where
import Props
import Yesod
main :: IO ()
main = putStrLn helloWorld
main = warp 3000 App