purescript: fix arg passing to cabal (#25531)

This commit is contained in:
ilovezfs 2018-03-20 23:49:02 -07:00 committed by GitHub
parent b6771cb49f
commit 929c2af330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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