Ich habe GHC Stack installiert durch (so dass stack ghc -- --version
zeigt GHC-7.10.3)installieren ghcjs von Stapel
$ stack install ghcjs
Run from outside a project, using implicit global project config
Using resolver: lts-5.2 from implicit global project's config file: /home/john/.stack/global-project/stack.yaml
The following target packages were not found: ghcjs
Einige Ressourcen vorschlagen ghcjs
etwas experimentell ist (wenn auch in den weiteren Stufen).
bei http://docs.haskellstack.org/en/stable/ghcjs/ Blick dachte ich, vielleicht ich stack.yaml
und ändern finden konnten.
verwenden GHCJS mit Stack> = 0.1.8, in dem Compiler Feld stack.yaml eine GHCJS Version setzen ... dann
stack setup
$ cat ~/.stack/global-project/stack.yaml
# This is the implicit global project's config file, which is only used when
# 'stack' is run outside of a real project. Settings here do _not_ act as
# defaults for all projects. To change stack's default settings, edit
# '/home/john/.stack/config.yaml' instead.
#
# For more information about stack's configuration, see
# http://docs.haskellstack.org/en/stable/yaml_configuration.html
#
flags: {}
extra-package-dbs: []
packages: []
extra-deps: []
resolver: lts-5.2
Wir bei config.yaml
aussehen gesagt zu Das sieht genauso leer aus. Ist das überhaupt richtig, gehe ich in eine Sackgasse?
$ cat ~/.stack/config.yaml
# This file contains default non-project-specific settings for 'stack', used
# in all projects. For more information about stack's configuration, see
# http://docs.haskellstack.org/en/stable/yaml_configuration.html
#
{}
Ich will nur ghcjs
mit Stack installieren.
Ich kann kein Häkchen setzen, weil es immer noch installiert :-) –
Meine 'Stack-Setup' gerade fertig, also hängen Sie dort! – ErikR