Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
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
gargantext
gargantext-ihaskell
Commits
0dbfea47
Commit
0dbfea47
authored
May 10, 2021
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release-9.0.nix: update
parent
aafeabef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
release-9.0.nix
release-9.0.nix
+1
-8
No files found.
release-9.0.nix
View file @
0dbfea47
...
...
@@ -32,13 +32,6 @@ let
ghc-parser-src
=
filterSource
cleanSource
./ghc-parser
;
ihaskell-display-src
=
filterSource
cleanSource
./ihaskell-display
;
profunctors-src
=
nixpkgs
.
fetchFromGitHub
{
owner
=
"ekmett"
;
repo
=
"profunctors"
;
rev
=
"e49490572687efedbd60f7caf38486989e28500c"
;
sha256
=
"0mfnx8xrzm6k72q0lmsl78g5zg10ng5ykwl5pxzhrvvp27a22dzm"
;
};
displays
=
self
:
listToAttrs
(
map
(
display
:
{
name
=
"ihaskell-
${
display
}
"
;
value
=
self
.
callCabal2nix
display
"
${
ihaskell-display-src
}
/ihaskell-
${
display
}
"
{};
})
...
...
@@ -74,7 +67,7 @@ let
url
=
"https://gitlab.haskell.org/ghc/head.hackage/-/raw/6a65307bbdc73c5eb4165a67ee97c7b9faa818e1/patches/cryptonite-0.28.patch"
;
sha256
=
"1wq9hw16qj2yqy7lyqbi7106lhk199hvnkj5xr7h0ip854gjsr5j"
;
});
profunctors
=
self
.
callCabal2nix
"profunctors"
profunctors-src
{}
;
profunctors
=
self
.
profunctors_5_6_2
;
mono-traversable
=
nixpkgs
.
haskell
.
lib
.
dontCheck
super
.
mono-traversable
;
}
//
displays
self
);
});
...
...
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