Add scaffolding

This commit is contained in:
Joscha 2020-11-24 22:55:20 +00:00
parent d49b95b7b4
commit 4de8e8ffdc
38 changed files with 8807 additions and 2 deletions

6
app/devel.hs Normal file
View file

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