bkerby

Untitled

Oct 2nd, 2012
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. src/Loh/Server/Server.hs:83:35:
  2.     Couldn't match expected type `Logger' with actual type `Priority'
  3.    In the first argument of `setLevel', namely `DEBUG'
  4.    In the first argument of `(.)', namely `setLevel DEBUG'
  5.    In the second argument of `updateGlobalLogger', namely
  6.       `(setLevel DEBUG . setHandlers handlers)'
  7.  
  8. src/Loh/Server/Server.hs:83:43:
  9.    Couldn't match type `Logger' with `Priority'
  10.     Expected type: Logger -> Priority
  11.       Actual type: Logger -> Logger
  12.     In the return type of a call of `setHandlers'
  13.    In the second argument of `(.)', namely `setHandlers handlers'
  14.    In the second argument of `updateGlobalLogger', namely
  15.       `(setLevel DEBUG . setHandlers handlers)'
Advertisement
Add Comment
Please, Sign In to add comment