mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
fix compilation error
This commit is contained in:
@@ -186,8 +186,8 @@ import Handler.Admin (
|
||||
postPkgUploadR,
|
||||
)
|
||||
import Handler.Eos (getEosR, getEosVersionR)
|
||||
import Handler.Root(getRootR)
|
||||
import Handler.Package
|
||||
import Handler.Root
|
||||
import Lib.Ssl (
|
||||
doesSslNeedRenew,
|
||||
renewSslCerts,
|
||||
|
||||
@@ -153,8 +153,6 @@ import Yesod.Persist.Core (
|
||||
import Database.Persist ((==.))
|
||||
import Database.Persist (selectFirst)
|
||||
import Database.Persist (entityVal)
|
||||
import Handler.Root
|
||||
|
||||
|
||||
-- | The foundation datatype for your application. This can be a good place to
|
||||
-- keep settings and values requiring initialization before your application
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
module Handler.Root where
|
||||
import Startlude
|
||||
import Yesod
|
||||
import Foundation
|
||||
|
||||
|
||||
getRootR :: Handler ()
|
||||
getRootR :: HandlerFor RegistryCtx ()
|
||||
getRootR = notImplemented
|
||||
Reference in New Issue
Block a user