mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-03-20 04:46:22 +09:00
Put all modules under a new Vervis module
This commit is contained in:
parent
9154ad8f8b
commit
004fdb118e
20 changed files with 65 additions and 61 deletions
|
@ -46,7 +46,7 @@
|
|||
module DevelMain where
|
||||
|
||||
import Prelude
|
||||
import Application (getApplicationRepl, shutdownApp)
|
||||
import Vervis.Application (getApplicationRepl, shutdownApp)
|
||||
|
||||
import Control.Exception (finally)
|
||||
import Control.Monad ((>=>))
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{-# LANGUAGE PackageImports #-}
|
||||
|
||||
import "vervis" Application (develMain)
|
||||
import "vervis" Vervis.Application (develMain)
|
||||
import Prelude (IO)
|
||||
|
||||
main :: IO ()
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
- <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
-}
|
||||
|
||||
import Prelude (IO)
|
||||
import Application (appMain)
|
||||
import Prelude (IO)
|
||||
import Vervis.Application (appMain)
|
||||
|
||||
main :: IO ()
|
||||
main = appMain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue