Skip to content

Commit ba87ddd

Browse files
committed
pick up the pugs that is installed from git
1 parent c1461f2 commit ba87ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

evalbot.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ package Evalbot;
180180
filter => \&filter_pct,
181181
},
182182
pugs => {
183-
cmd_line => 'PUGS_SAFEMODE=true ~/.cabal/bin/pugs %program',
183+
cmd_line => 'PUGS_SAFEMODE=true ~/ghc-7.2.1/bin/pugs %program',
184+
revision => sub { get_revision_from_file("$home/ghc-7.2.1/pugs_version")},
184185
},
185186
std => {
186187
chdir => "$home/std/snap",

0 commit comments

Comments
 (0)