Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
159
Issues
159
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
4a000d28
Verified
Commit
4a000d28
authored
Apr 18, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] more updates, this seems to try to build, at least no deps errors
parent
ac611168
Pipeline
#7534
failed with stages
in 14 minutes and 27 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
97 additions
and
200 deletions
+97
-200
cabal.project
cabal.project
+5
-2
cabal.project.freeze
cabal.project.freeze
+1
-1
flake.lock
flake.lock
+85
-194
flake.nix
flake.nix
+6
-3
No files found.
cabal.project
View file @
4a000d28
--
Generated
by
stack2cabal
--
index
-
state
:
2023
-
12
-
10
T10
:
34
:
46
Z
--
index
-
state
:
2025
-
02
-
17
T10
:
13
:
39
Z
index
-
state
:
2024
-
12
-
11
T00
:
00
:
00
Z
index
-
state
:
2025
-
04
-
17
T20
:
37
:
02
Z
--
index
-
state
:
2024
-
12
-
11
T00
:
00
:
00
Z
with
-
compiler
:
ghc
-
9.6.6
optimization
:
2
...
...
@@ -169,11 +169,14 @@ source-repository-package
allow
-
newer
:
MissingH
:
base
,
*:
base
,
*:
bytestring
,
crawlerHAL
:*
,
epo
-
api
-
client
:
http
-
client
-
tls
,
openalex
:
http
-
client
-
tls
,
iso639
:
aeson
,
iso639
:
text
,
llvm
-
hs
:*
,
llvm
-
hs
-
pure
:*
,
servant
-
ekg
:
hashable
,
servant
-
ekg
:
servant
,
servant
-
ekg
:
text
...
...
cabal.project.freeze
View file @
4a000d28
...
...
@@ -228,7 +228,7 @@ constraints: any.Boolean ==0.2.4,
any.haskell-pgmq ==0.1.0.0,
any.haskell-src-exts ==1.23.1,
any.haskell-src-meta ==0.8.15,
any.haskell-throttle ==0.1.0.
0
,
any.haskell-throttle ==0.1.0.
1
,
any.hedgehog ==1.5,
any.hedis ==0.15.2,
hedis -dev,
...
...
flake.lock
View file @
4a000d28
This diff is collapsed.
Click to expand it.
flake.nix
View file @
4a000d28
...
...
@@ -7,6 +7,9 @@
# WARNING: be sure that `nix --version` is greater or equal to 2.18,
# otherwise nix may not support some attributes used in flake.lock.
# nix build .#gargantext:lib:gargantext
# nix build .#gargantext:exe:gargantext
# For any input, one can:
# Update to the latest commit:
# nix flake lock --update-input nixpkgs
...
...
@@ -18,7 +21,8 @@
# FIXME: update only once https://github.com/input-output-hk/haskell.nix/issues/2258
# has been fixed, otherwise accelerate-llvm will fail to install.
#haskell-nix.url = "github:input-output-hk/haskell.nix/a921f7340c0c1a561f0e743d4b07b8130ea5c5be";
haskell-nix
.
url
=
"github:input-output-hk/haskell.nix/nix-tools-0.2.9"
;
#haskell-nix.url = "github:input-output-hk/haskell.nix/nix-tools-0.2.9";
haskell-nix
.
url
=
"github:input-output-hk/haskell.nix"
;
# For trying to hit cache.iog.io one would have
# to follow haskell.nix's nixpkgs pinned version,
...
...
@@ -203,8 +207,7 @@
removePackageYaml
=
src
:
pkgs
.
symlinkJoin
{
name
=
"removePackageYaml-patched"
;
paths
=
[
src
];
#postBuild = "rm $out/package.yaml";
postBuild
=
""
;
postBuild
=
"rm -f $out/package.yaml"
;
# Preserve rev for the inputMap
passthru
.
rev
=
src
.
rev
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment