I got dosh to run with nix develop and cabal run dosh.
When I type
In [1]: import Data.Time
In[2]: getCurrentTime
then first I get successful completion for getCurrentTime, but then when I execute the line I get
Err[2]: Variable not in scope: getCurrentTime
I got dosh to run with
nix developandcabal run dosh.When I type
then first I get successful completion for
getCurrentTime, but then when I execute the line I get