Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 175
    • Issues 175
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Merge Requests
  • !231

Merged
Opened Dec 11, 2023 by Alfredo Di Napoli@AlfredoDiNapoli
  • Report abuse
Report abuse

Upgrade to GHC 9.4.7

This is an ongoing effort to support building Gargantext with GHC 9.4.7.

Current status:

  • CI is going to be broken until I upgrade the Docker container (which can happen only once I have a working local build);

Packages currently pending:

  • Duckling (Doesn't work with aeson);
  • llvm-hs (It doesn't work until we downgrade the toolchain of the whole nix shell, or we upgrade directly to llvm-15 hoping it will work);
  • gargantext-graph currently crashes with a segfault, I need to investigate it (probably accelerate/llvm related).

Packages fixed/backported:

  • wikiparsec (temporary fork);
  • ekg-json (depending on Mercury's fork);

Pending MR for our packages

  • pubmed
  • patches-class
  • istex
  • hal
  • haskell-igraph (Needs CI adjustments)
Edited Jan 23, 2024 by Alfredo Di Napoli

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b adinapoli/upgrade-to-947 origin/adinapoli/upgrade-to-947

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/dev
git merge --no-ff adinapoli/upgrade-to-947

Step 4. Push the result of the merge to GitLab

git push origin dev

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 14
  • Commits 18
  • Pipelines 23
  • Changes 52
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
Labels
Ready to merge
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext!231

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.