[hal] update hal commit tag

parent 48c93f8a
Pipeline #4466 failed with stages
in 5 minutes and 13 seconds
......@@ -84,7 +84,7 @@ source-repository-package
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/crawlers/hal.git
tag: f7b928dab9eb14ff1a497d5e092c2224c133979e
tag: 25a1e9558075462a82660987920a698b8863dd63
source-repository-package
type: git
......
......@@ -56,7 +56,7 @@ getC la q ml = do
-- Right (len, docsC) -> pure (len, docsC .| mapMC (toDoc' la))
toDoc' :: Lang -> HAL.Corpus -> IO HyperdataDocument
toDoc' la h@(HAL.Corpus { .. }) = do
toDoc' la (HAL.Corpus { .. }) = do
-- printDebug "[toDoc corpus] h" h
(utctime, (pub_year, pub_month, pub_day)) <-
Date.dateSplit la (maybe (Just $ pack $ show Defaults.year) Just _corpus_date)
......
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