comparison paste/paste.9081 @ 713:c5a529fbc8b9

<oerjan> pastelogs <gregor.*ghc
author HackBot
date Sun, 16 Sep 2012 02:30:04 +0000
parents
children
comparison
equal deleted inserted replaced
712:0a6a03915226 713:c5a529fbc8b9
1 2006-08-02.txt:22:15:39: <GregorR-W> $ which ghc
2 2006-08-02.txt:22:15:41: <GregorR-W> /usr/bin/ghc
3 2007-10-27.txt:22:41:53: <GregorR> Can't other Haskells run/compile GHC?
4 2009-02-16.txt:23:15:31: <GregorR> "Eighch" is spelled "eighch"
5 2009-05-15.txt:21:58:20: <GregorR-L> !sh ghc
6 2009-05-21.txt:05:19:53: <GregorR-L> ghci is GHC /interactive/, not GHC /interpreter/ :P
7 2009-05-21.txt:11:04:52: <oerjan> <GregorR-L> ghci is GHC /interactive/, not GHC /interpreter/ :P
8 2009-06-15.txt:17:33:48: <GregorR-L> Oh yeah, I never got Haskell working, because GHC was unfriendly.
9 2009-06-23.txt:03:17:02: <GregorR> It was easier than calling ghc and then running the resultant binary manually, although that also worked.
10 2009-06-23.txt:03:26:17: <GregorR> (The original author of hugs endorses GHC in his Haskell class. True story, I was there, lawl :P )
11 2009-06-26.txt:01:03:59: <GregorR> `run ghc 2>&1
12 2010-08-04.txt:18:15:39: <Gregor-P> Uh, pretty sure !haskell IS ghci
13 2010-10-18.txt:05:51:22: <Gregor> Is Codu frozen upgrading GHC? :P
14 2010-10-29.txt:02:39:43: <Gregor> elliott: I haven't but I have lots and lots of other things to do. Also, GHC wasn't DEVELOPED at MSR, it was folded into MSR.
15 2010-12-08.txt:00:14:29: <Gregor> elliott: The loader can't verify the correctness of a compiled GHC binary.
16 2010-12-24.txt:00:36:55: <Gregor> I wouldn't be surprised if GHC can't even make static executables (without some hacking)
17 2011-08-19.txt:13:38:59: <Gregor> `fetch http://www.haskell.org/ghc/dist/6.2.2/ghc-6.2.2-i386-unknown-linux.tar.bz2
18 2011-08-19.txt:13:39:23: <Gregor> elliott_: I just typed "GHC binaries" into Google 8-D
19 2011-08-19.txt:13:44:06: <Gregor> Maybe I'll just install GHC :P
20 2011-08-19.txt:13:48:59: <Gregor> # find . -name ghc | xargs file
21 2011-08-19.txt:13:49:00: <Gregor> ./ghc: directory
22 2011-08-19.txt:13:49:00: <Gregor> ./driver/ghc: directory
23 2011-08-19.txt:13:49:00: <Gregor> ./compiler/stage2/doc/html/ghc: directory
24 2011-08-19.txt:13:57:21: <Gregor> `ghc
25 2011-08-19.txt:13:57:44: <Gregor> `which ghc
26 2011-08-23.txt:16:07:37: <Gregor> Whoaaaaaaaaaaaaaaaaaaaaaaaaaah compiled GHC programs don't depend on a libghc.lol
27 2011-08-23.txt:16:09:25: <Gregor> Deewiant: Well, they're not /fully/ statically linked, just the GHC parts are.
28 2011-08-23.txt:16:10:08: <Gregor> I can't find a ghc -no-really-static-not-just-libghc-static
29 2011-08-23.txt:16:13:49: <Gregor> ghc --make -O2 -optl-static -optl-lpthread tantrum.hs
30 2011-08-23.txt:17:57:32: <elliott> 16:07:37: <Gregor> Whoaaaaaaaaaaaaaaaaaaaaaaaaaah compiled GHC programs don't depend on a libghc.lol
31 2011-08-23.txt:17:57:51: <elliott> 16:09:25: <Gregor> Deewiant: Well, they're not /fully/ statically linked, just the GHC parts are.
32 2011-08-23.txt:17:58:12: <elliott> 16:13:49: <Gregor> ghc --make -O2 -optl-static -optl-lpthread tantrum.hs
33 2011-09-13.txt:22:11:43: <Gregor> `addquote <shachaf> elliott: GHC bug? Come on, it's the parentheses. <shachaf> The more parentheses you add, the closer it is to LISP, and therefore the more dynamically-typed.
34 2011-09-15.txt:04:03:42: <Gregor> Wasn't I only asked to so that you could go on a ridiculous foolhearted quest to build GHC?
35 2011-10-14.txt:03:26:09: <Gregor> `ghc
36 2011-11-25.txt:00:55:45: <Gregor> elliott: runghc replaced.
37 2011-11-25.txt:00:56:37: <Gregor> *lambdabot* elliott said 21h 44m 48s ago: Replace HackEgo's runghc with http://sprunge.us/AYIK, thx (avoids really expensive optimisation, useless temporary file)
38 2011-12-17.txt:00:40:29: <Gregor> !sh ls /opt/ghc
39 2011-12-17.txt:00:41:11: <Gregor> !sh ls /opt/ghc
40 2011-12-25.txt:16:40:53: <Gregor> !sh ls /opt/ghc
41 2011-12-25.txt:16:41:08: <Gregor> !sh ls /opt/ghc/bin
42 2011-12-25.txt:16:41:39: <Gregor> !sh ls /opt/ghc | fmt
43 2011-12-25.txt:16:41:43: <Gregor> !sh ls /opt/ghc/bin | fmt
44 2011-12-25.txt:16:44:25: <Gregor> !sh ls /opt/ghc
45 2011-12-25.txt:16:44:28: <Gregor> !sh ls /opt/ghc/bin
46 2012-08-29.txt:00:20:41: <Gregor> I removed ghc because it was friggin' enormous
47 2012-08-29.txt:00:25:42: <Gregor> However, I had ghc installed to /opt/ghc
48 2012-08-29.txt:00:25:49: <Gregor> So, y'know, rm -rf /opt/ghc
49 2012-09-16.txt:02:29:13: <oerjan> `pastelogs <gregor.*ghc
50 2012-09-16.txt:02:29:52: <oerjan> `pastelogs <gregor.*ghc