diff options
| author | Mike McQuaid | 2015-12-06 22:18:16 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-12-07 13:37:49 +0000 | 
| commit | b745546943a05bd2aa6d129e9a44e29771bf115a (patch) | |
| tree | 6943a6c239b3fe0850b1712af382992c4047ff6b /Library/Homebrew/language/haskell.rb | |
| parent | fe8a0569ca1fc419f80196bea22cc1de0ff3b93a (diff) | |
| download | brew-b745546943a05bd2aa6d129e9a44e29771bf115a.tar.bz2 | |
Overhaul, simplify and cleanup documentation.
Remove duplication, link to the API documentation more often,
tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
and `@adamv`'s significant past contributions to Homebrew, delete some
outdated or unneeded documentation, add some missing `Formula` API.
entries and simplify/improve `CONTRIBUTING.md`.
Closes Homebrew/homebrew#46179.
Closes Homebrew/homebrew#46618.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/language/haskell.rb')
| -rw-r--r-- | Library/Homebrew/language/haskell.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/language/haskell.rb b/Library/Homebrew/language/haskell.rb index e7163a231..569ed155f 100644 --- a/Library/Homebrew/language/haskell.rb +++ b/Library/Homebrew/language/haskell.rb @@ -1,6 +1,6 @@  module Language    module Haskell -    # module for formulas using cabal-install as build tool +    # module for formulae using cabal-install as build tool      module Cabal        module ClassMethods          def setup_ghc_compilers | 
