Advertisement
JoelSjogren

Untitled

Dec 7th, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. box% stack new local-playground
  2. Downloading template "new-template" to create project "local-playground" in local-playground/ ...
  3.  
  4. The following parameters were needed by the template but not provided: category
  5. You can provide them in /home/joel/.stack/config.yaml, like this:
  6. templates:
  7. params:
  8. category: value
  9. Or you can pass each one as parameters like this:
  10. stack new local-playground new-template -p "category:value"
  11.  
  12. Looking for .cabal or package.yaml files to use to init the project.
  13. Using cabal packages:
  14. - local-playground/
  15.  
  16. Selecting the best among 18 snapshots...
  17.  
  18. * Matches https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/25.yaml
  19.  
  20. Selected resolver: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/25.yaml
  21. Initialising configuration using resolver: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/25.yaml
  22. Total number of user packages considered: 1
  23. Writing configuration to file: local-playground/stack.yaml
  24. All done.
  25. /home/joel/.stack/templates/new-template.hsfiles: 3.72 KiB downloaded...
  26. box% cd local-playground
  27. box% stack build
  28. No setup information found for ghc-8.8.4 on your platform.
  29. This probably means a GHC bindist has not yet been added for OS key 'linux64-nopie'.
  30. Supported versions: ghc-7.8.4, ghc-7.10.1, ghc-7.10.2, ghc-7.10.3, ghc-8.0.1, ghc-8.0.2, ghc-8.2.1, ghc-8.2.2, ghc-8.4.1, ghc-8.4.2, ghc-8.4.3, ghc-8.4.4, ghc-8.6.1, ghc-8.6.2, ghc-8.6.3, ghc-8.6.4, ghc-8.6.5, ghc-8.8.1
  31. box%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement