spatial 2017-02-22 22:18:24
haskell-mode in spacemacs not recognizing cabal installed packages
spatial 2017-02-22 22:18:57
(spacemacs/set-leader-keys-for-major-mode haskell-mode "cx"inferior-haskell- load-and-run )
spatial 2017-02-22 22:19:37
But ghci from prompt is able to import. Same version.
spatial 2017-02-22 22:25:43
I am missing something because it is a simple workflow.
eklavya 2017-02-22 22:34:47
I am following https://haskell-lang.org/library/vector
eklavya 2017-02-22 22:35:14
but I am getting PrimState m0 doesn't match with PrimState m error
eklavya 2017-02-22 22:35:18
pasting
eklavya 2017-02-22 22:36:11
http://lpaste.net/352901
eklavya 2017-02-22 22:36:19
what am I doing wrong?
eklavya 2017-02-22 22:36:57
also I don't understand what's (MVector MVector a)