سؤال

I wanted to start playing with hExpat for Xml I/O with Haskell. However I didn't manage to find where to express to Leksah that I want to import that package into my current module.

Could you tell me how to achieve this ?

EDIT: still searching. There is some uselful info with this Q&A but it is only about Data.Time Data.Directory.

In my case, it is a downloaded, unzipped, Hackage package.

هل كانت مفيدة؟

المحلول

The first thing is, that you have to install the package. Just run cabal and type:

cabal install YOUR PACKAGE NAME HERE

Than, open Leksah, open the project's dependencies (package -> edit package -> dependencies) and enter your new package. Hit "save" afterwards. Now you have to reconfigure the package and afterwards it should work.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top