-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build static-stack for stack(source code) v2.1.3 #81
Comments
Hi, that's right, you need to build with Stack's
Alternatively you can use an older commit of static-haskell-nix. |
I've updated the README accordingly in 95fa110, sorry that I didn't document it there when I made the CI fix! |
Thanks, I'm trying with this configuration. Besides, I'd ask if I change |
@thautwarm Pretty much yes, but start with the template from If you encounter any problems with building your project, file me an issue! |
@nh2 Thanks! As building once costs quite a long time your convince means a lot to me. A small question: Does this exactly mean I can use
I'm new to Nix, and it's very kind of you to give helps. |
Hey, no the
so
If you use my |
Thanks, in fact I know that but still not sure... |
Environment
Ubuntu 16.04(Virtualbox)
System GHC:
(base) redy@redy-VirtualBox:~/Desktop/static-haskell-nix/static-stack$ ghc --version The Glorious Glasgow Haskell Compilation System, version 7.10.3
(installed directly fromapt
)Reproduction
v2.1.3
to~/Desktop/stack
.~/Desktop/stack-haskell-nix
, get in andgit submodule init && git submodule update --recursive
cd static-stack
,$(nix-build --no-link -A fullBuildScript --argstr stackDir /home/redy/Desktop/stack)
:The text was updated successfully, but these errors were encountered: