Advertisement
arkoinad

Untitled

Dec 26th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1.  
  2. xmonad.hs:27:28: error:
  3. Variable not in scope: formatTime :: t0 -> [Char] -> a10 -> [Char]
  4. |
  5. 27 | date <- io $ liftM (formatTime defaultTimeLocale "[%Y-%m-%d %H:%M] ") getZonedTime
  6. | ^^^^^^^^^^
  7.  
  8. xmonad.hs:27:39: error: Variable not in scope: defaultTimeLocale
  9. |
  10. 27 | date <- io $ liftM (formatTime defaultTimeLocale "[%Y-%m-%d %H:%M] ") getZonedTime
  11. | ^^^^^^^^^^^^^^^^^
  12.  
  13. xmonad.hs:27:78: error:
  14. Variable not in scope: getZonedTime :: IO a10
  15. |
  16. 27 | date <- io $ liftM (formatTime defaultTimeLocale "[%Y-%m-%d %H:%M] ") getZonedTime
  17. | ^^^^^^^^^^^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement