[Haskell-cafe] augmenting GHC package database

Bardur Arantsson spam at scientician.net
Fri Aug 28 17:47:28 UTC 2020


On 28/08/2020 01.06, Sylvester Hazel via Haskell-Cafe wrote:
> The command 'stack ghci' configured older GHCi version 8.6.3 with all
> the needed packages.
> It is possible to reason about this library now.
> However, how to extend/modify this library and incorporate in my target
> (non-trivial) project is still beyond me.
> There must be some way of reverse engineering this binary library to .hs
> scripts, so I could add this modified to my project?
> 

Is your project using Cabal or Stack or something else?

Either way, I don't think you're going to have any luck trying to 'port'
or register stack-built libraries with the system's GHC or with Cabal.

Regards,



More information about the Haskell-Cafe mailing list