Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Przemyslaw Kaminski
haskell-gargantext
Commits
680162d7
Commit
680162d7
authored
Aug 22, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nix] build succeeded on my machine
parent
cf52fa83
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
gargantext.cabal
gargantext.cabal
+2
-1
pinned-22.05.nix
nix/pinned-22.05.nix
+6
-0
pkgs.nix
nix/pkgs.nix
+1
-1
shell.nix
shell.nix
+2
-2
No files found.
gargantext.cabal
View file @
680162d7
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.
4
.
-- This file has been generated from package.yaml by hpack version 0.34.
7
.
--
-- see: https://github.com/sol/hpack
...
...
@@ -96,6 +96,7 @@ library
Gargantext.Core.Viz.Phylo.SynchronicClustering
Gargantext.Core.Viz.Types
other-modules:
ConcurrentTest
Gargantext.API.Admin.Auth
Gargantext.API.Admin.FrontEnd
Gargantext.API.Admin.Orchestrator
...
...
nix/pinned-22.05.nix
0 → 100644
View file @
680162d7
import
(
builtins
.
fetchGit
{
name
=
"nixos-22.05"
;
url
=
"https://github.com/nixos/nixpkgs"
;
ref
=
"refs/heads/nixos-22.05"
;
rev
=
"ce6aa13369b667ac2542593170993504932eb836"
;
})
nix/pkgs.nix
View file @
680162d7
...
...
@@ -2,7 +2,7 @@
rec
{
inherit
pkgs
;
ghc
=
pkgs
.
haskell
.
compiler
.
ghc810
4
;
ghc
=
pkgs
.
haskell
.
compiler
.
ghc810
7
;
hsBuildInputs
=
[
ghc
pkgs
.
cabal-install
...
...
shell.nix
View file @
680162d7
{
pkgs
?
import
./nix/pkgs.nix
{}
}:
let
let
myBuildInputs
=
[
pkgs
.
pkgs
.
docker-compose
pkgs
.
pkgs
.
haskell-language-server
pkgs
.
pkgs
.
stack
];
in
in
pkgs
.
pkgs
.
mkShell
{
name
=
pkgs
.
shell
.
name
;
shellHook
=
pkgs
.
shell
.
shellHook
;
...
...
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