Hello, I am starting do develop my Debian/Haskell environment. So I am trying to compile a script to execute my Haskell code from my Python Project (I am starting the migration in fact).
So I found this solution I wanted to test (on github, haskell-from-python). I have tried to compile it: https://github.com/nh2/haskell-from-python/blob/master/Makefile Since I am on Debian current Stable, I had to update the ghc version: GHC_RUNTIME_LINKER_FLAG=-lHSrts-ghc7.8.3.so but /usr/bin/ld: cannot find -lHSrts-ghc7.8.3.so even if I have: located Hsrts: /usr/local/lib/ghc-7.8.3/rts-1.0/libHSrts-ghc7.8.3.so /usr/local/lib/ghc-7.8.3/rts-1.0/libHSrts.a Do I need another package (if yes which one)? What is the right way to proceed on Debian ? (Do I need a sym link towards *.so?) PS: if you have a better solution do execute Haskell from Haskell, thanks for any advice. Thanks for help, -- Alexandre Delanoë (anoe) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
