aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/language/haskell.rb
blob: 8e505987431c4026878cbdab2c6492e9d962adfb (plain)
1
2
3
4
5
6
7
8
9
module Language
  module Haskell
    module Cabal
      def cabal_clean_lib
        odisabled "Language::Haskell::Cabal#cabal_clean_lib"
      end
    end
  end
end