purescript: fix arg passing to cabal (#25531)
This commit is contained in:
parent
b6771cb49f
commit
929c2af330
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Purescript < Formula
|
|||
mv "purescript-#{version}/purescript.cabal", "."
|
||||
end
|
||||
|
||||
install_cabal_package "-f release", :using => ["alex", "happy"]
|
||||
install_cabal_package "-f", "release", :using => ["alex", "happy"]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue