1
0
Fork 0
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:
fr33domlover 2016-02-23 08:45:03 +00:00
parent 9154ad8f8b
commit 004fdb118e
20 changed files with 65 additions and 61 deletions

View file

@ -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 ((>=>))

View file

@ -15,7 +15,7 @@
{-# LANGUAGE PackageImports #-}
import "vervis" Application (develMain)
import "vervis" Vervis.Application (develMain)
import Prelude (IO)
main :: IO ()

View file

@ -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