Я получаю сообщение об ошибке со стеклом при попытке установить пакет.
Run from outside a project, using implicit global project config
Using resolver: lts-8.0 from implicit global project config file: /home/chuck/.stack/global-project/stack.yaml
Invalid package ID: "array-0.5.1.1 base-4.9.1.0 binary-0.8.3.0 bytestring-0.10.8.1"
stack --version работает:
Version 0.1.10.0 x86_64
и установка стека возвращает это:
Run from outside a project, using implicit global project config
Using resolver: lts-8.0 from implicit global project config file: /home/chuck/.stack/global-project/stack.yaml
stack will use a locally installed GHC
For more information on paths, see 'stack path' and 'stack exec env'
To use this GHC and packages outside of a project, consider using:
stack ghc, stack ghci, stack runghc, or stack exec
Я переустановил стек и получаю ту же ошибку после новой установки. Итак, я не знаю, что я делаю неправильно. Мне нужно это для использования атома.
ИЗМЕНИТЬ
Stack.yaml:
# This is the implicit global project 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 default settings, edit
# '/home/chuck/.stack/config.yaml' instead.
#
# For more information about stack configuration, see
# https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
#
flags: {}
extra-package-dbs: []
packages: []
extra-deps: []
resolver: lts-8.0