This sounds like homework. Here's a general algorithm that you should be able to apply in Haskell:
- Convert the integer to a string.
- Iterate over the string character-by-character.
- Convert each character back to an integer, while appending it to the end of a list.
Good luck.