[Haskell-cafe] augmenting GHC package database

Sylvester Hazel sylvester.hazel at googlemail.com
Thu Aug 27 20:57:40 UTC 2020


Hi Haskellers,

Cabal couldn't resolve dependencies for a generated package so I used Stack
that used 2 different GHC versions to build library from this package.
Stack stored the library as libHSclient-something.a , HSclient-something.o
and helper ".hi" files

The dependent libraries Stack stored and registered at C:\sr..\lib\

How to add this information to GHC or Cabal database to be able to use this
new library? This is on Chocolatey managed Windows platform;-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20200827/a0f94815/attachment.html>


More information about the Haskell-Cafe mailing list