dosh icon indicating copy to clipboard operation
dosh copied to clipboard

The power of Haskell in your terminal!

Results 3 dosh issues
Sort by recently updated
recently updated
newest added

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...

It prints on starting dosh: Could not find module `Dosh.Prelude' I can ignore that message but than dosh freezes in the state ``` *In[1]: In[2]:

On current main: ``` dosh> running tests dosh> Running 1 test suites... dosh> Test suite dosh-test: RUNNING... dosh> dosh> Data.Sequence.Zipper dosh> is a list [✔] dosh> +++ OK, passed 100...