Skip to content

Commit e37f38f

Browse files
committed
Removed unused imports
1 parent 891368b commit e37f38f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

waspc/src/Wasp/Project/Analyze.hs

-11
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,13 @@ module Wasp.Project.Analyze
66
where
77

88
import Control.Arrow (ArrowChoice (left))
9-
import Control.Concurrent (newChan)
10-
import Control.Concurrent.Async (concurrently)
11-
import Control.Monad.Except (ExceptT (..), liftEither, runExceptT)
12-
import qualified Data.Aeson as Aeson
13-
import Data.List (any, find, isSuffixOf)
149
import StrongPath
1510
( Abs,
1611
Dir,
1712
File',
1813
Path',
1914
fromAbsDir,
20-
fromAbsFile,
21-
fromRelFile,
22-
reldir,
23-
relfile,
24-
(</>),
2515
)
26-
import qualified System.FilePath as FP
2716
import qualified Wasp.AppSpec as AS
2817
import Wasp.AppSpec.Core.Decl.JSON ()
2918
import qualified Wasp.AppSpec.Valid as ASV

0 commit comments

Comments
 (0)