Skip to content
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

Error in $.packages[0]: failed to parse field 'packages': expected Text, encountered Object #81

Open
zjuchenyuan opened this issue Aug 31, 2019 · 2 comments

Comments

@zjuchenyuan
Copy link

In last step of installation:

Could not parse '/QuickFuzz/stack.yaml':
Aeson exception:
Error in $.packages[0]: failed to parse field 'packages': expected Text, encountered Object
See http://docs.haskellstack.org/en/stable/yaml_configuration/

It seems stack.yaml need to be updated?

@zjuchenyuan
Copy link
Author

After change stack.yaml format, another error:

Could not find language-go-0.9 on Hackage
Possible candidates: language-go-0.5@sha256:9d70fb5aeaeed6a352d9f86588245a89a1fd92705d8c10a8e455231f356a21bb,1217, language-go-0.6@sha256:10df557db2395a785d1a0141ebd83e5d576786b92928112ccc872497d80a2a90,2294, language-go-0.7@sha256:48509a19755e8d5ad42553dae4cfd5564e50754f4e6435677dd53edb0847192e,1671, language-go-0.8@sha256:796a09248f7cc4b76d5d3e87642d4068d487c03026a2af6467a1ebb1b771a25a,1705.

@zjuchenyuan
Copy link
Author

After changing stack.yaml to this (removing language-go-0.9 and global-variables-1.0.1.0), it seems ok now:

# Override default flag values for local packages and extra-deps
flags:
  QuickFuzz:
    debug : false
    image : false
    arch : false
    doc : false
    code : false
    media : false
    pki : false
    bnfc : false
    all : false

extra-package-dbs: []

packages: 
- .

extra-deps:
- QuickCheck-2.9.2
- derive-2.5.26
- vector-0.10.12.3
- process-extras-0.4.1.4
- generic-deriving-1.10.0
- language-python-0.5.4
- svg-tree-0.6
- easyrender-0.1.1.1
- superdoc-0.1.2.4
- bytestring-0.10.8.1
- language-css-0.0.3
- language-lua-0.10.0
- language-glsl-0.2.1
- ethereum-analyzer-deps-1.3.0
- global-lock-0.1
- BNFC-2.8.1
- https://github.com/CIFASIS/megadeth/archive/master.zip
  
- https://bitbucket.org/jmg/global-variables/get/6bbea1933b8e.zip

- https://github.com/agustinmista/ArgParser/archive/master.zip

- https://github.com/agustinmista/GhcMod/archive/master.zip

# Media

- git: https://bitbucket.org/robertmassaioli/riff.git
  commit: 01734c4d205c642c471fd3ba76c2d492605f39c8

- https://github.com/CIFASIS/wavy/archive/master.zip

# Code

- https://github.com/remyoudompheng/hs-language-go/archive/master.zip

# PKI

- https://github.com/CIFASIS/hs-certificate-x509/archive/master.zip

- https://github.com/CIFASIS/hs-asn1-encoding/archive/master.zip

# Imgs

- https://github.com/CIFASIS/Juicy.Pixels/archive/master.zip

explicit-setup-deps:
  ! '*': true

resolver: lts-5.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant