We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c49fd commit 9a27b66Copy full SHA for 9a27b66
gem/Rakefile
@@ -8,7 +8,7 @@ task :default => :all
8
namespace :wrapper do
9
desc 'Wrap mulang into this gem'
10
task wrap: :clean do
11
- cp Dir['../.stack-work/install/x86_64-linux*/**/8.0.1/bin/mulang'].first, 'bin/mulang'
+ cp Dir['../.stack-work/install/x86_64-linux*/**/9.8.4/bin/mulang'].first, 'bin/mulang'
12
end
13
14
task :clean do
0 commit comments