Add scaffolding
This commit is contained in:
parent
d49b95b7b4
commit
4de8e8ffdc
38 changed files with 8807 additions and 2 deletions
6
app/devel.hs
Normal file
6
app/devel.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{-# LANGUAGE PackageImports #-}
|
||||
import "props" Application (develMain)
|
||||
import Prelude (IO)
|
||||
|
||||
main :: IO ()
|
||||
main = develMain
|
||||
Loading…
Add table
Add a link
Reference in a new issue