Advertisement
Guest User

Untitled

a guest
Jan 20th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. executable examples-exe
  2. main-is: Main.hs
  3. other-modules:
  4. Paths_examples
  5. , EX
  6. , GetURL
  7. hs-source-dirs:
  8. app
  9. ghc-options: -threaded -rtsopts -with-rtsopts=-N
  10. build-depends:
  11. examples
  12. , http
  13. default-language: Haskell2010
  14.  
  15.  
  16. If you want to use the package.yaml file instead of the cabal file,
  17. then please delete the cabal file.
  18.  
  19. Error: While constructing the build plan, the following exceptions were encountered:
  20.  
  21. In the dependencies for examples-0.1.0.0:
  22. examples needed, but the stack configuration has no specified version (no package with that name found, perhaps there is a typo in a package's build-depends or an omission from the stack.yaml
  23. packages list?)
  24. http needed, but the stack configuration has no specified version (no package with that name found, perhaps there is a typo in a package's build-depends or an omission from the stack.yaml packages
  25. list?)
  26. needed since examples is a build target.
  27.  
  28. Some different approaches to resolving this:
  29.  
  30.  
  31. Plan construction failed.
  32.  
  33. Compilation exited abnormally with code 1 at Wed Jan 20 11:59:50
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement