Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
head.hackage
Commits
400d63f7
Commit
400d63f7
authored
Jul 15, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump ghc-artefact-nix
This fixes the bindist versioning logic.
parent
b020feeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/build-all.nix
scripts/build-all.nix
+2
-2
No files found.
scripts/build-all.nix
View file @
400d63f7
...
...
@@ -12,10 +12,10 @@ let
# GHC from the given bindist.
ghc
=
let
commit
=
"
633c6d7553d0f2c91245bcf47ae539cfdb7aaa1
3"
;
commit
=
"
027df18eb894ef622f67b2f487a851dc534403e
3"
;
src
=
fetchTarball
{
url
=
"https://github.com/bgamari/ghc-artefact-nix/archive/
${
commit
}
.tar.gz"
;
sha256
=
"0
yl7dk8drb92ipgph1mxx8my4gy9py27m749zw6ah6np4gvdp9sx
"
;
sha256
=
"0
ijdpqsg8b7hz89hpgmpzfvg70y6yfq4wrqgngvqlfri5hy9fmg3
"
;
};
in
nixpkgs
.
callPackage
"
${
src
}
/artifact.nix"
{}
{
ncursesVersion
=
"6"
;
...
...
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