Skip to content

Commit 9a27b66

Browse files
committed
Fix version of ghc in ruby wrapper script
1 parent b6c49fd commit 9a27b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gem/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task :default => :all
88
namespace :wrapper do
99
desc 'Wrap mulang into this gem'
1010
task wrap: :clean do
11-
cp Dir['../.stack-work/install/x86_64-linux*/**/8.0.1/bin/mulang'].first, 'bin/mulang'
11+
cp Dir['../.stack-work/install/x86_64-linux*/**/9.8.4/bin/mulang'].first, 'bin/mulang'
1212
end
1313

1414
task :clean do

0 commit comments

Comments
 (0)