Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top