I have been trying to install some libraries, csv
and hs-gchart
. I know that IHaskell has alternatives for charting but I just wanted to try to install something.
I'm using Gibianski's docker image.
I already tried to do a cabal install
in the docker container, but results that docker is not installed so I ssh'd into the container and installed it. Still cannot import any of these libraries.
Then I tried to install with stack build csv hs-gchart
, still no luck.
What would be the straightforward/correct way to install a library and use it from an IHaskell notebook?