I cannot import module Data.Colour, and the error as follow:
Could not find module `Data.Colour' Use -v to see a list of the files searched for. Failed, modules loaded: none.
Am I missing anything?
A Hayoo! search reveals that this module lives in the colour package, which you presumably don't have installed. To install it, run cabal update followed by cabal install colour.