diff options
| author | Mike McQuaid | 2016-07-16 22:15:54 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-07-29 21:21:29 -0600 |
| commit | 3a0f23239c45a54db34bcd48afeccb9c94401394 (patch) | |
| tree | 255eeca6332084268c61a7fd603580dcd0c98727 /Library | |
| parent | 6bd8e1d64e8eb67bcd4ec075c8482710c817cda9 (diff) | |
| download | brew-3a0f23239c45a54db34bcd48afeccb9c94401394.tar.bz2 | |
compat/language/haskell: cleanup style.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/compat/language/haskell.rb | 2 |
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 |
