$ cat hello_world.hs
main = putStrLn "hello, world"
$ ghc --make hello_world
Linking hello_world ...
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status
$ ghc -L/usr/lib --make hello_world
Linking hello_world ...
ld: warning: -read_only_relocs cannot be used with x86_64
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
Seems like a pretty important directory to include, making it feel
like a very serious oversight. I've been told this is because the
Haskell Package is linked to the