compat/language/haskell: cleanup style.

This commit is contained in:
Mike McQuaid 2016-07-16 22:15:54 +01:00
parent 6bd8e1d64e
commit 3a0f23239c

View File

@ -2,7 +2,7 @@ module Language
module Haskell module Haskell
module Cabal module Cabal
def cabal_clean_lib def cabal_clean_lib
# avoid installing any Haskell libraries, as a matter of policy odeprecated "Language::Haskell::Cabal#cabal_clean_lib"
rm_rf lib rm_rf lib
end end
end end