1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2025-03-20 04:46:22 +09:00

Bring Yesod scaffolding

This commit is contained in:
fr33domlover 2016-02-13 03:35:30 +00:00
parent 0bfef83458
commit 952f6baafd
43 changed files with 7795 additions and 27 deletions

6
app/devel.hs Normal file
View file

@ -0,0 +1,6 @@
{-# LANGUAGE PackageImports #-}
import "vervis" Application (develMain)
import Prelude (IO)
main :: IO ()
main = develMain