Hi,

> When I have a cabal file with a library and an executable depending on the
> library (for example here
> <https://github.com/bitonic/kant/blob/master/kant.cabal>), ghc-mod is not 
> happy,
> complaining in every file that
> 
>     Error:<command line>: cannot satisfy -package kant
>
> Where ‘kant’ is the package that the cabal file defines with the library that
> the executable needs.  Note that if I issue ‘cabal configure; cabal build’,
> everything goes smoothly.

I guess you don't install the "kant" library, right?

If so, I will think how to treat this kind problem.

--Kazu
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to