aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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