]> Git — Sourcephile - gargantext.git/commit
[conduit] some work towards flow migration to conduit
authorPrzemek Kaminski <pk@intrepidus.pl>
Wed, 9 Mar 2022 19:45:34 +0000 (20:45 +0100)
committerPrzemek Kaminski <pk@intrepidus.pl>
Wed, 9 Mar 2022 19:45:34 +0000 (20:45 +0100)
commitd1ffbb9b157e25744b8e9618939bee18e512d594
tree789a825a4a007af94695cbe2922bd23bbde2dbaa
parentc8d0773c5b71223db13aade3689982793dc5b946
[conduit] some work towards flow migration to conduit

Doesn't compile yet.

This is somewhere in Flow.hs in types for ConduitT () a m ()
where m monad is IO.
18 files changed:
src/Gargantext/API/GraphQL.hs
src/Gargantext/API/GraphQL/Node.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Ngrams/List/Types.hs
src/Gargantext/API/Node/Corpus/Annuaire.hs
src/Gargantext/API/Node/Corpus/New.hs
src/Gargantext/API/Node/Corpus/New/File.hs
src/Gargantext/API/Node/Corpus/New/Types.hs [new file with mode: 0644]
src/Gargantext/API/Node/Corpus/Searx.hs
src/Gargantext/API/Node/Types.hs
src/Gargantext/Core/Ext/IMT.hs
src/Gargantext/Core/Text/Convert.hs
src/Gargantext/Core/Text/Corpus/Parsers.hs
src/Gargantext/Core/Text/Corpus/Parsers/CSV.hs
src/Gargantext/Core/Text/List/Social.hs
src/Gargantext/Core/Viz/Phylo/API/Tools.hs
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Utils/Servant.hs