Commit 193441d0 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[refactoring] small fixes for imports, garg ini

parent 285bb18d
Pipeline #1423 canceled with stage
...@@ -18,15 +18,13 @@ Phylo binaries ...@@ -18,15 +18,13 @@ Phylo binaries
module Main where module Main where
import Control.Concurrent.Async as CCA (mapConcurrently) import Control.Concurrent.Async as CCA (mapConcurrently)
import Control.Monad (mapM)
import Data.Aeson import Data.Aeson
import Data.List ((++),concat) import Data.List ((++),concat)
import Data.Maybe import Data.Maybe
import Data.Text (Text, unwords, unlines) import Data.Text (Text, unwords)
import GHC.Generics import GHC.Generics
import GHC.IO (FilePath) import GHC.IO (FilePath)
import Gargantext.Database.Admin.Types.Hyperdata import Gargantext.Database.Admin.Types.Hyperdata
import Gargantext.Database.Admin.Types.Node
import Gargantext.Prelude import Gargantext.Prelude
import Gargantext.Core.Text.Context (TermList) import Gargantext.Core.Text.Context (TermList)
import Gargantext.Core.Text.Corpus.Parsers (FileFormat(..),parseFile) import Gargantext.Core.Text.Corpus.Parsers (FileFormat(..),parseFile)
......
...@@ -19,9 +19,6 @@ import Gargantext.API.Admin.EnvTypes (DevEnv) ...@@ -19,9 +19,6 @@ import Gargantext.API.Admin.EnvTypes (DevEnv)
import Gargantext.API.Dev (withDevEnv, runCmdDev) import Gargantext.API.Dev (withDevEnv, runCmdDev)
import Gargantext.API.Prelude (GargError) import Gargantext.API.Prelude (GargError)
import Gargantext.API.Node () -- instances only import Gargantext.API.Node () -- instances only
import Gargantext.Database.Admin.Types.Node
import Gargantext.Database.Admin.Types.Hyperdata
import Gargantext.Database.Query.Table.Node.UpdateOpaleye
import Gargantext.Database.Prelude (Cmd'', ) import Gargantext.Database.Prelude (Cmd'', )
import Gargantext.Prelude import Gargantext.Prelude
import System.Environment (getArgs) import System.Environment (getArgs)
...@@ -29,7 +26,6 @@ import Prelude (getLine) ...@@ -29,7 +26,6 @@ import Prelude (getLine)
-- | PosTag -- | PosTag
import Gargantext.Database.Action.Flow (indexAllDocumentsWithPosTag) import Gargantext.Database.Action.Flow (indexAllDocumentsWithPosTag)
import Gargantext.Database.Query.Table.NgramsPostag (createTable_NgramsPostag)
main :: IO () main :: IO ()
main = do main = do
......
...@@ -26,7 +26,9 @@ REPO_FILEPATH = FILEPATH_TO_CHANGE ...@@ -26,7 +26,9 @@ REPO_FILEPATH = FILEPATH_TO_CHANGE
# [external] # [external]
# FRAMES (i.e. iframe sources used in various places on the frontend) # FRAMES (i.e. iframe sources used in various places on the frontend)
#FRAME_WRITE_URL = http://write.frame.gargantext.org/
FRAME_WRITE_URL = URL_TO_CHANGE FRAME_WRITE_URL = URL_TO_CHANGE
#FRAME_CALC_URL = http://calc.frame.gargantext.org/
FRAME_CALC_URL = URL_TO_CHANGE FRAME_CALC_URL = URL_TO_CHANGE
FRAME_SEARX_URL = URL_TO_CHANGE FRAME_SEARX_URL = URL_TO_CHANGE
......
...@@ -6,12 +6,12 @@ pkgs.mkShell { ...@@ -6,12 +6,12 @@ pkgs.mkShell {
#glibc #glibc
#gmp #gmp
#gsl #gsl
haskell-language-server #haskell-language-server
#igraph #igraph
lorri #lorri
#pcre #pcre
#postgresql #postgresql
stack #stack
#xz #xz
]; ];
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment