[server] Rename tree module files
This commit is contained in:
parent
3656483bc8
commit
5e7f90c6d5
4 changed files with 8 additions and 8 deletions
|
|
@ -4,11 +4,11 @@ module Main where
|
||||||
|
|
||||||
import qualified Network.WebSockets as WS
|
import qualified Network.WebSockets as WS
|
||||||
|
|
||||||
import Forest.Server
|
|
||||||
import Forest.Node
|
import Forest.Node
|
||||||
import Forest.TreeModule.ConstModule
|
import Forest.Server
|
||||||
import Forest.TreeModule.AnimateModule
|
import Forest.TreeModule.Animate
|
||||||
import Forest.TreeModule.ForkModule
|
import Forest.TreeModule.Const
|
||||||
|
import Forest.TreeModule.Fork
|
||||||
|
|
||||||
pingDelay :: Int
|
pingDelay :: Int
|
||||||
pingDelay = 10
|
pingDelay = 10
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
|
||||||
module Forest.TreeModule.AnimateModule
|
module Forest.TreeModule.Animate
|
||||||
( AnimateModule
|
( AnimateModule
|
||||||
, animateModule
|
, animateModule
|
||||||
) where
|
) where
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
|
||||||
module Forest.TreeModule.ConstModule
|
module Forest.TreeModule.Const
|
||||||
( ConstModule
|
( ConstModule
|
||||||
, constModule
|
, constModule
|
||||||
, projectDescriptionNode
|
, projectDescriptionNode
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{-# LANGUAGE KindSignatures #-}
|
{-# LANGUAGE KindSignatures #-}
|
||||||
{-# LANGUAGE RankNTypes #-}
|
{-# LANGUAGE RankNTypes #-}
|
||||||
|
|
||||||
module Forest.TreeModule.ForkModule
|
module Forest.TreeModule.Fork
|
||||||
( ForkModule
|
( ForkModule
|
||||||
, ProngConstructor(..)
|
, ProngConstructor(..)
|
||||||
, forkModule
|
, forkModule
|
||||||
Loading…
Add table
Add a link
Reference in a new issue