Commit 9dbf5a48 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] servant-static-th update for new files in Front (sass).

parent 365c0e0d
Pipeline #576 failed with stage
......@@ -19,7 +19,6 @@ This document defines basic of Text definitions according to Gargantext..
- What is a sentence ?
- What is a paragraph ?
-}
{-# LANGUAGE BangPatterns #-}
......@@ -134,6 +133,7 @@ incExcSpeGen_sorted :: Ord t => Map (t,t) Int -> ([(t,Double)],[(t,Double)])
incExcSpeGen_sorted m = both ordonne (incExcSpeGen $ cooc2mat ti m)
where
(ti,fi) = createIndices m
ordonne x = sortWith (Down . snd) $ zip (map snd $ M.toList fi) (toList x)
ordonne x = sortWith (Down . snd)
$ zip (map snd $ M.toList fi) (toList x)
......@@ -15,7 +15,7 @@ extra-deps:
- git: https://gitlab.iscpif.fr/gargantext/hlcm.git
commit: 6f0595d2421005837d59151a8b26eee83ebb67b5
- git: https://github.com/delanoe/servant-static-th.git
commit: 7d0e4dcd2cfe97f2843a70a0de10df32c309bcd1
commit: 8cb8aaf2962ad44d319fcea48442e4397b3c49e8
- git: https://github.com/delanoe/hstatistics.git
commit: 90eef7604bb230644c2246eccd094d7bfefcb135
- git: https://github.com/paulrzcz/HSvm.git
......
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