Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. stack new test --resolver nightly-2017-08-17
  2.  
  3. Downloading template "new-template" to create project "test" in test/ ...
  4. Looking for .cabal or package.yaml files to use to init the project.
  5. Using cabal packages:
  6. - test/test.cabal
  7.  
  8. Selected resolver: nightly-2017-08-17
  9. Unable to parse cabal file: FromString "This package requires at least Cabal version 2.0" Nothing
  10.  
  11. stack setup --upgrade-cabal
  12. Currently installed Cabal is 2.0.0.2, newest is 2.0.0.2. I'm not upgrading Cabal.
  13. stack will use a sandboxed GHC it installed
  14. For more information on paths, see 'stack path' and 'stack exec env'
  15. To use this GHC and packages outside of a project, consider using:
  16. stack ghc, stack ghci, stack runghc, or stack exec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement