Advertisement
flalli

Untitled

Jan 10th, 2022
1,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /usr/local/bin/stack build --exec haskell-test-exe
  2.  
  3. Error: While constructing the build plan, the following exceptions were encountered:
  4.  
  5. In the dependencies for haskell-test-0.1.0.0:
  6.     hidden-char needed, but the stack configuration has no specified version  (latest matching
  7.                 version is 0.1.0.2)
  8. needed since haskell-test is a build target.
  9.  
  10. Some different approaches to resolving this:
  11.  
  12.   * Recommended action: try adding the following to your extra-deps
  13.     in /home/felipelalli/IdeaProjects/haskell-test/stack.yaml:
  14.  
  15. - hidden-char-0.1.0.2@sha256:4aff0d02f90959e84504e420d96da6e1189a456b5c5379474a598d48327cd838,2357
  16.  
  17. Plan construction failed.
  18.  
  19. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement