aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-30 20:25:35 -0700
committerAdam Vandenberg2010-10-30 20:25:35 -0700
commit07814cb9e6d5ae1cfc71e0ed9c5b359aa6d6aa7e (patch)
treea008b9589501e50dc931bbf7e43f187d60eb259d /Library
parentcfbc70e42986564fa4ff47a8f42565ff6bed9002 (diff)
downloadhomebrew-07814cb9e6d5ae1cfc71e0ed9c5b359aa6d6aa7e.tar.bz2
cabal-install duplicates cabal in ghc, so remove
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cabal-install.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/cabal-install.rb b/Library/Formula/cabal-install.rb
deleted file mode 100644
index bcc8140bd..000000000
--- a/Library/Formula/cabal-install.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class CabalInstall <Formula
- url 'http://www.haskell.org/cabal/release/cabal-install-0.8.2/cabal-install-0.8.2.tar.gz'
- homepage 'http://www.haskell.org/cabal/'
- md5 '4abd0933dff361ff69ee9288a211e4e1'
-
- depends_on 'ghc'
-
- def install
- ENV['PREFIX'] = prefix
- system "sh", "./bootstrap.sh", "--user"
- end
-end