TIL что я не могу ghc собрать статический бинарник с hello world, который будет работать. На моей машине вот не собирается даже: ‰ ghc --make -static -optl-static lol.hs 2>&1 | wgetpaste
Your paste can be seen here: http://bpaste.net/show/176190/
TIL что я не могу ghc собрать статический бинарник с hello world, который будет работать. На моей машине вот не собирается даже: ‰ ghc --make -static -optl-static lol.hs 2>&1 | wgetpaste
Your paste can be seen here: http://bpaste.net/show/176190/
Как в этом языке позвать pgrep?
*System.Posix.POpen> popen "pgrep" ["firefox"] Nothing
Loading package filepath-1.3.0.1 ... linking ... done.
Loading package array-0.4.0.1 ... linking ... done.
Loading package deepseq-1.3.0.1 ... linking ... done.
Loading package old-locale-1.0.0.5 ... linking ... done.
Loading package time-1.4.0.1 ... linking ... done.
Loading package bytestring-0.10.0.2 ... linking ... done.
Loading package unix-2.6.0.1 ... linking ... done.
Loading package directory-1.2.0.1 ... linking ... done.
l29ahZl29ah-t60 ~/.xmonad ‰
Опубликовал мюслекалькулятор: https://github.com/l29ah/muesli
Patches are welcome!
Prelude> :l /tmp/a.hs
[1 of 1] Compiling Main ( /tmp/a.hs, interpreted )
Ok, modules loaded: Main.
*Main> :trace c
"Stopped at <exception thrown>
_exception :: e = _
[<exception thrown>] *Main> :back
Logged breakpoint at /tmp/a.hs:1:5-11
_result :: [a]
[-1: /tmp/a.hs:1:5-11] *Main> :l
Ok, modules loaded: none.
Prelude> :hist
Not stopped at a breakpoint