Now I am using Haskel and investigat
1 ghc-pkg list
And then I want to prepare cabal-inst
I had got it and extracted it. After that, I could build the module by this command.
1 runhaskellSetup.hs configure
At this point, I got error messages like this:
1 Setup.hs: At least the following dependencies are missing: 2 Cabal >=1.6&&<1.7, 3 network >=1&&<3, 4 HTTP >=4000.0.2&&<4001, 5 zlib >=0.4&&<0.6
It means I must get them in advance from the HackageDB.
After I got downloaded
1 runhaskellSetup.hs configure 2 runhaskell Setup.hs build 3 runhaskell Setup.hs install
If you are a Rubyist, you probably find the similarity
About 30 minutes went by...
Finally, I got the cabal command.
See Also
posted by
takiuchi
on Mon 8 Jun 2009
at 03:56