I am trying to get Cassava up and running. I have successfully install cassava-0.5.2.0, but when I try to compile
import Data.Csv
import qualified Data.Vector as V
x = 3
compiler is spitting it with the error message
Could not find module ‘Data.Csv’
. Why could this be?