From ab901772ada2d3e72209ed97f891baa303edad18 Mon Sep 17 00:00:00 2001 From: Mario Blättermann Date: Dec 30 2025 08:16:52 +0000 Subject: Update guidelines/modules/ROOT/pages/Haskell.adoc --- diff --git a/guidelines/modules/ROOT/pages/Haskell.adoc b/guidelines/modules/ROOT/pages/Haskell.adoc index fe43190..2a8b5ab 100644 --- a/guidelines/modules/ROOT/pages/Haskell.adoc +++ b/guidelines/modules/ROOT/pages/Haskell.adoc @@ -142,7 +142,7 @@ is used to carry the name of the upstream library package It should be defined at the top of Lib and BinLib packages: -`+%global pkg_name +` +`+%global pkg_name+` == Cabal Flags @@ -306,8 +306,8 @@ of their static libraries. * `+%cabal build+`: builds the package. -* `+%cabal haddock+`: generates HTML library documentationr - from the source code. +* `+%cabal haddock+`: generates HTML library documentation +from the source code. ** If documentation is failing to build for some reason, `+%ghc_lib_build_without_haddock+` @@ -321,8 +321,8 @@ It runs: * `+%cabal_install+`: installs the package without registering it in ghc-pkg. -* `+%cabal_pkg_conf+`: creates ghc-pkg .conf metadata filer - for package installation time +* `+%cabal_pkg_conf+`: creates ghc-pkg .conf metadata file +for package installation time * `+%ghc_gen_filelists+`: generates rpm filelists.