Advertisement
lowfatcomputing

Untitled

Nov 16th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. darcsden-1.1.99: build
  2. Preprocessing library darcsden-1.1.99...
  3. [28 of 55] Compiling DarcsDen.Handlers.RepoHandlerUtils.Changes ( src/DarcsDen/Handlers/RepoHandlerUtils/Changes.hs, .stack-work/dist/x86_64-linux/Cabal-1.18.1.5/build/DarcsDen/Handlers/RepoHandlerUtils/Changes.o )
  4.  
  5. /home/andreas/repo/darcsden/src/DarcsDen/Handlers/RepoHandlerUtils/Changes.hs:226:119:
  6. Couldn't match type ‘a0’ with ‘R.PatchSet p Origin wR’
  7. because type variables ‘p’, ‘wR’ would escape their scope
  8. These (rigid, skolem) type variables are bound by
  9. a type expected by the context:
  10. (P.RepoPatch p,
  11. Darcs.Patch.Apply.ApplyState p ~ Storage.Hashed.Tree.Tree,
  12. Darcs.Patch.Apply.ApplyState (PrimOf p)
  13. ~ Storage.Hashed.Tree.Tree) =>
  14. R.Repository p wR wU wR -> IO a0
  15. at src/DarcsDen/Handlers/RepoHandlerUtils/Changes.hs:226:107-128
  16. Expected type: R.Repository p wR wU wR -> IO a0
  17. Actual type: R.Repository p wR wU wR
  18. -> IO (R.PatchSet p Origin wR)
  19. In the second argument of ‘($)’, namely ‘R.readRepo’
  20. In the second argument of ‘($)’, namely ‘R.RepoJob $ R.readRepo’
  21.  
  22. /home/andreas/repo/darcsden/src/DarcsDen/Handlers/RepoHandlerUtils/Changes.hs:227:77:
  23. Couldn't match expected type ‘[R.PatchSet p0 x10 y10]’
  24. with actual type ‘IO a0’
  25. Relevant bindings include
  26. repos :: IO a0
  27. (bound at src/DarcsDen/Handlers/RepoHandlerUtils/Changes.hs:226:5)
  28. In the second argument of ‘map’, namely ‘repos’
  29. In the second argument of ‘($)’, namely
  30. ‘map (fromPS (\ np -> (P.patch2patchinfo np, P.getdeps np))) repos’
  31.  
  32. -- While building package darcsden-1.1.99 using:
  33. /home/andreas/.stack/setup-exe-cache/setup-Simple-Cabal-1.18.1.5-x86_64-linux-ghc-7.8.4 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.18.1.5/ build lib:darcsden exe:darcsden exe:darcsden-post-hook exe:darcsden-ssh exe:den --ghc-options " -ddump-hi -ddump-to-file"
  34. Process exited with code: ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement