dhall: install man page

This adds man page for dhall(1).

Closes #95294.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Daiki Mizukami 2022-02-17 07:44:20 +09:00 committed by BrewTestBot
parent d19d8cb5b3
commit b9b03aa04a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class Dhall < Formula
def install
system "cabal", "v2-update"
system "cabal", "v2-install", *std_cabal_v2_args
man1.install "man/dhall.1"
end
test do