Advertisement
Guest User

Untitled

a guest
Oct 27th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. [ 8 of 11] Compiling Import ( Import.hs, dist/build/darcs-fastconvert/darcs-fastconvert-tmp/Import.o )
  2.  
  3. Import.hs:333:29:
  4. Couldn't match expected type `IO
  5. (Darcs.Patch.Witnesses.Sealed.FreeLeft p0)'
  6. with actual type `Tree m0 -> m0 (w0 (FL prim0))'
  7. In the return type of a call of `treeDiff'
  8. Probable cause: `treeDiff' is applied to too few arguments
  9. In the first argument of `liftIO', namely
  10. `(treeDiff (const TextFile) start current)'
  11. In the second argument of `(<$>)', namely
  12. `liftIO (treeDiff (const TextFile) start current)'
  13.  
  14. Import.hs:577:50:
  15. Could not deduce (PrimOf t0 ~ PrimOf p)
  16. from the context (RepoPatch p,
  17. ApplyState p ~ Tree,
  18. ApplyState (PrimOf p) ~ Tree)
  19. bound by the type signature for
  20. fastImport' :: (RepoPatch p, ApplyState p ~ Tree,
  21. ApplyState (PrimOf p) ~ Tree) =>
  22. Bool
  23. -> Bool
  24. -> FilePath
  25. -> Handle
  26. -> (String -> IO ())
  27. -> Repository p r u r
  28. -> Marks
  29. -> MarkInventories
  30. -> State p
  31. -> IO (Marks, MarkInventories)
  32. at Import.hs:(134,1)-(706,19)
  33. NB: `PrimOf' is a type function, and may not be injective
  34. Expected type: RL (PrimOf p) cX cY
  35. Actual type: RL (PrimOf t0) cX cY
  36. In the second argument of `(:<:)', namely `newPs'
  37. In the expression: move uFrom uTo :<: newPs
  38. cabal: Error: some packages failed to install:
  39. darcs-fastconvert-0.2.1 failed during the building phase. The exception was:
  40. ExitFailure 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement