aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/language/haskell.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-07-16 22:15:54 +0100
committerMike McQuaid2016-07-29 21:21:29 -0600
commit3a0f23239c45a54db34bcd48afeccb9c94401394 (patch)
tree255eeca6332084268c61a7fd603580dcd0c98727 /Library/Homebrew/compat/language/haskell.rb
parent6bd8e1d64e8eb67bcd4ec075c8482710c817cda9 (diff)
downloadbrew-3a0f23239c45a54db34bcd48afeccb9c94401394.tar.bz2
compat/language/haskell: cleanup style.
Diffstat (limited to 'Library/Homebrew/compat/language/haskell.rb')
-rw-r--r--Library/Homebrew/compat/language/haskell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/language/haskell.rb b/Library/Homebrew/compat/language/haskell.rb
index 8d1b3772e..cef97d818 100644
--- a/Library/Homebrew/compat/language/haskell.rb
+++ b/Library/Homebrew/compat/language/haskell.rb
@@ -2,7 +2,7 @@ module Language
module Haskell
module Cabal
def cabal_clean_lib
- # avoid installing any Haskell libraries, as a matter of policy
+ odeprecated "Language::Haskell::Cabal#cabal_clean_lib"
rm_rf lib
end
end