Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. [8 of 8] Compiling Main ( Test.hs, dist/build/heap-tests/heap-tests-tmp/Main.o )
  2.  
  3. Test.hs:15:10: error:
  4. • The constructor ‘Success’ should have 6 arguments, but has been given 3
  5. • In the pattern: Success _ _ _
  6. In a case alternative:
  7. (Success _ _ _)
  8. -> do putStrLn "Tests for Data.Heap.Internal:" >> Internal.runTests
  9. >> putStrLn ""
  10. putStrLn "Tests for Data.Heap.Item:" >> Item.runTests
  11. >> putStrLn ""
  12. putStrLn "Tests for Data.Heap:" >> Heap.runTests
  13. In a stmt of a 'do' block:
  14. case result of
  15. (Success _ _ _)
  16. -> do putStrLn "Tests for Data.Heap.Internal:" >> Internal.runTests
  17. >> putStrLn ""
  18. putStrLn "Tests for Data.Heap.Item:" >> Item.runTests
  19. >> putStrLn ""
  20. ....
  21. _ -> return ()
  22. |
  23. 15 | (Success _ _ _) -> do
  24. | ^^^^^^^^^^^^^
  25. builder for '/nix/store/mr5ydcs5519brf3l51hm0wppsadp4ijy-heap-1.0.4.drv' failed with exit code 1
  26. cannot build derivation '/nix/store/havwdvfq7zl4j3ljm5lrip7ncr6h6kh7-ghc-8.4.4-with-packages.drv': 1 dependencies couldn't be built
  27. cannot build derivation '/nix/store/0wvczyfx7nwn1pwqlqizs17hvva4m7fj-system-path.drv': 1 dependencies couldn't be built
  28. cannot build derivation '/nix/store/dmzswh7qgcy1icb9jzgj8an08zwmha5c-nixos-system-ghasshee-19.03.172765.55df3fe5f3f.drv': 1 dependencies couldn't be built
  29. error: build of '/nix/store/dmzswh7qgcy1icb9jzgj8an08zwmha5c-nixos-system-ghasshee-19.03.172765.55df3fe5f3f.drv' failed
  30. ➜ ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement