S
S
soroktu2014-08-11 23:24:28
Haskell
soroktu, 2014-08-11 23:24:28

How to run an application written in haskell?

I want to use the utility posted at this address https://gitorious.org/sb2ofx
when I try to upload the Sb2ofx.hs file, I get an error

Prelude> :load "Sb2ofx.hs"

Sb2ofx.hs:24:18:
    Could not find module ‘System.IO.Streams’
    Use -v to see a list of the files searched for.

Sb2ofx.hs:25:18:
    Could not find module ‘System.IO.Streams.Attoparsec’
    Use -v to see a list of the files searched for.


Sb2ofx.hs:26:18:
    Could not find module ‘Codec.Text.IConv’
    Use -v to see a list of the files searched for.
Failed, modules loaded: none.

Apparently there are not enough libraries, but I did not understand how to install them ..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lolshto, 2014-08-12
@soroktu

Benefit cabal

git clone ...
cd sb2ofx
cabal install
sb2ofx ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question