
28 Aug
2020
28 Aug
'20
5:47 p.m.
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,