Commit 7a8fdc0c authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Restore broken dev

parent 496560ee
Pipeline #5398 failed with stages
......@@ -11,18 +11,18 @@ STORE_DIR="${1:-$DEFAULT_STORE}"
# `expected_cabal_project_freeze_hash` with the
# `sha256sum` result calculated on the `cabal.project` and `cabal.project.freeze`.
# This ensures the files stay deterministic so that CI cache can kick in.
expected_cabal_project_hash="3c1002c8ed7be226b2e189fdb7debef5b3c43d0f56e44df73d500954074c4568"
expected_cabal_project_freeze_hash="ee7ee880d93d58e52407e971033440291ddb20023a2e8090aa5b335ecbfbc649"
expected_cabal_project_hash="41c65d2deba60b59cd9e3c4360d30d61e44ff44b6fd3895e4f78346819a9179e"
expected_cabal_project_freeze_hash="796f0109611f3381278b1885ae1fa257c4177b99885eb04701938f1107c06ee5"
cabal --store-dir=$STORE_DIR v2-update 'hackage.haskell.org,2023-06-24T21:28:46Z'
cabal --store-dir=$STORE_DIR v2-update 'hackage.haskell.org,2023-11-23T20:05:40Z'
# Install stack2cabal if it can't be found.
if ! stack2cabal --help &> /dev/null
then
echo "stack2cabal could not be found"
cabal --store-dir=$STORE_DIR v2-install --index-state="2023-06-24T21:28:46Z" stack2cabal-1.0.14 --overwrite-policy=always
cabal --store-dir=$STORE_DIR v2-install --index-state="2023-11-23T20:05:40Z" stack2cabal-1.0.14 --overwrite-policy=always
fi
stack2cabal --no-run-hpack -p '2023-06-24 21:28:46'
stack2cabal --no-run-hpack -p '2023-11-23 20:05:40'
actual_cabal_project_hash=$(sha256sum cabal.project | awk '{printf "%s",$1}')
actual_cabal_project_freeze_hash=$(sha256sum cabal.project.freeze | awk '{printf "%s",$1}')
......
-- Generated by stack2cabal
index-state: 2023-06-24T21:28:46Z
index-state: 2023-11-23T20:05:40Z
with-compiler: ghc-8.10.7
......@@ -96,11 +96,6 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/crawlers/isidore.git
tag: 3db385e767d2100d8abe900833c6e7de3ac55e1b
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: 1a9e23e210a02da3b846d7cdc666541e2148334d
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/crawlers/istex.git
......@@ -109,7 +104,7 @@ source-repository-package
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git
tag: a46abe16700449a1f863deb89380b05d89ad9723
tag: 35a95e7e8da655f868d5420aa29e835a813fa3a2
source-repository-package
type: git
......@@ -141,6 +136,11 @@ source-repository-package
location: https://gitlab.iscpif.fr/gargantext/hlcm.git
tag: 6f0595d2421005837d59151a8b26eee83ebb67b5
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/iso639.git
tag: eab929d106833ded8011a0d6705135e3fc506a9c
source-repository-package
type: git
location: https://github.com/haskell-servant/servant.git
......
......@@ -1365,7 +1365,6 @@ constraints: any.AC-Angle ==1.0,
any.isbn ==1.1.0.3,
any.islink ==0.1.0.0,
any.iso3166-country-codes ==0.20140203.8,
any.iso639 ==0.1.0.3,
any.iso8601-time ==0.1.5,
any.iterable ==3.0,
any.ix-shapable ==0.1.0,
......@@ -1503,7 +1502,7 @@ constraints: any.AC-Angle ==1.0,
any.logging-effect ==1.3.12,
any.logging-facade ==0.3.1,
any.logging-facade-syslog ==1,
any.logict ==0.7.1.0,
any.logict ==0.8.0.0,
any.logstash ==0.1.0.3,
any.loop ==0.3.0,
any.lrucache ==1.2.0.1,
......
......@@ -426,7 +426,7 @@ library
, conduit-extra ^>= 1.3.5
, containers ^>= 0.6.5.1
, contravariant ^>= 1.5.5
, crawlerArxiv
, crawlerArxiv
, crawlerHAL
, crawlerISTEX
, crawlerIsidore
......@@ -536,7 +536,7 @@ library
, servant-server ^>= 0.18.3
, servant-swagger ^>= 1.1.10
, servant-swagger-ui ^>= 0.3.5.3.5.0
, servant-xml-conduit == 0.1.0.4
, servant-xml-conduit >= 0.1.0.4
, simple-reflect ^>= 0.3.3
, singletons ^>= 2.7
, split ^>= 0.2.3.4
......
......@@ -22,7 +22,7 @@ allow-newer: true
extra-deps:
- git: https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude
commit: 40135d166830690b1101180b79e9fd3663284b2b
commit: fec7427ba8d1047fd68207afb79139f9dea339e0
- git: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
commit: 588e104fe7593210956610cab0041fd16584a4ce
# Data Mining Libs
......@@ -60,7 +60,9 @@ extra-deps:
- git: https://gitlab.iscpif.fr/gargantext/crawlers/arxiv-api.git
commit: eb130c71fa17adaceed6ff66beefbccb13df51ba
- git: https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git
commit: 1cf872fb3bd0e3e44af31247833c4b6bb7d0dca5
commit: 35a95e7e8da655f868d5420aa29e835a813fa3a2
- git: https://gitlab.iscpif.fr/gargantext/crawlers/epo-proxy-api.git
commit: 9225d046083853200b9045c8d71161e6a234fc5c
# NP libs
- git: https://github.com/alpmestan/servant-job.git
commit: b4182487cfe479777c11ca19f3c0d47840b376f6
......@@ -98,6 +100,8 @@ extra-deps:
commit: b9fca8beee0f23c17a6b2001ec834d071709e6e7
subdirs:
- packages/base
- git: https://gitlab.iscpif.fr/gargantext/iso639.git
commit: eab929d106833ded8011a0d6705135e3fc506a9c
# Temporary fork of boolexpr
- git: https://github.com/adinapoli/boolexpr.git
commit: 91928b5d7f9342e9865dde0d94862792d2b88779
......@@ -125,6 +129,7 @@ extra-deps:
- json-stream-0.4.2.4@sha256:8b7f17d54a6e1e6311756270f8bcf51e91bab4300945400de66118470dcf51b9,4716
- located-base-0.1.1.1@sha256:7c6395f2b6fbf2d5f76c3514f774423838c0ea94e1c6a5530dd3c94b30c9d1c8,1904
- logging-effect-1.3.12@sha256:72d168dd09887649ba9501627219b6027cbec2d5541931555b7885b133785ce3,1679
- logict-0.8.0.0
- monad-logger-aeson-0.2.0.0
- monoid-extras-0.5.1@sha256:438dbfd7b4dce47d8f0ca577f56caf94bd1e21391afa545cad09fe7cf2e5793d,2333
- rake-0.0.1@sha256:3380f6567fb17505d1095b7f32222c0b631fa04126ad39726c84262da99c08b3,2025
......
......@@ -2,6 +2,7 @@
URL = http://localhost
BACKEND_NAME = localhost
URL_BACKEND_API = http://localhost:8008/api/v1.0
EPO_API_URL = ""
MASTER_USER = gargantua
SECRET_KEY = test_key
DATA_FILEPATH = ~/.garg
......
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