Commit ebe23369 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] build

parent cd11bf35
...@@ -19,6 +19,7 @@ commentary with @some markup@. ...@@ -19,6 +19,7 @@ commentary with @some markup@.
{-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TemplateHaskell #-}
module Gargantext.Database.NodeNode where module Gargantext.Database.NodeNode where
......
{-| {-|
Module : Gargantext.Database.TextSearch Module : Gargantext.Database.TextSearch
Description : Description : Postgres text search experimentation
Copyright : (c) CNRS, 2017-Present Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3 License : AGPL + CECILL v3
Maintainer : team@gargantext.org Maintainer : team@gargantext.org
...@@ -15,9 +15,6 @@ Portability : POSIX ...@@ -15,9 +15,6 @@ Portability : POSIX
module Gargantext.Database.TextSearch where module Gargantext.Database.TextSearch where
import Prelude (print)
import Control.Monad
import Data.Aeson import Data.Aeson
import Data.List (intersperse) import Data.List (intersperse)
...@@ -27,7 +24,6 @@ import Data.Text (Text, words) ...@@ -27,7 +24,6 @@ import Data.Text (Text, words)
import Database.PostgreSQL.Simple import Database.PostgreSQL.Simple
import Database.PostgreSQL.Simple.ToField import Database.PostgreSQL.Simple.ToField
import Gargantext.Database.Node (Cmd(..), mkCmd, CorpusId, DocId)
import Gargantext.Prelude import Gargantext.Prelude
newtype TSQuery = UnsafeTSQuery [Text] newtype TSQuery = UnsafeTSQuery [Text]
......
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