Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
arx: simplify formula
Browse files Browse the repository at this point in the history
  • Loading branch information
mietek authored and MikeMcQuaid committed Dec 25, 2015
1 parent 32c6107 commit a20eab6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/Formula/arx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class Arx < Formula
depends_on "ghc" => :build
depends_on "cabal-install" => :build

setup_ghc_compilers

def install
cabal_sandbox do
cabal_install "--only-dependencies"
Expand All @@ -28,7 +26,6 @@ def install
tag = `./bin/dist tag`.chomp
bin.install "tmp/dist/arx-#{tag}/arx" => "arx"
end
cabal_clean_lib
end

test do
Expand Down

0 comments on commit a20eab6

Please sign in to comment.