sourcephile
/
git
/
gargantext.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FIX] email model
[gargantext.git]
/
src
/
Gargantext
/
Database
/
Query
/
Join.hs
diff --git
a/src/Gargantext/Database/Query/Join.hs
b/src/Gargantext/Database/Query/Join.hs
index 388630dfa9152c1924363834ff48ab5eda8973cd..863cc6236e8f52b5da7e8dcec47e4cb757605a4a 100644
(file)
--- a/
src/Gargantext/Database/Query/Join.hs
+++ b/
src/Gargantext/Database/Query/Join.hs
@@
-33,7
+33,6
@@
module Gargantext.Database.Query.Join ( leftJoin2
)
where
-import Control.Applicative ((<*>))
import Control.Arrow ((>>>))
import Data.Profunctor.Product.Default
import Gargantext.Prelude