1

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?

Owen
  • 448
  • 3
  • 11
  • If you are using `ghc` or `ghci` directly, try this https://stackoverflow.com/a/63841684/1364288 if you are creating a Cabal package, add cassava to the `build-depends:` section of the Cabal file. – danidiaz Mar 08 '21 at 12:13

0 Answers0